Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Prev Previous commit
indent
  • Loading branch information
szakarias committed Apr 20, 2017
commit 78e9303cc360095286217df5a0fdddea2fda1bc3
3 changes: 1 addition & 2 deletions packages/url-launcher/lib/url_launcher.dart
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@

import 'dart:async';

import 'package:flutter/services.dart';

class UrlLauncher {
static const MethodChannel _channel =
const MethodChannel('plugins.flutter.io/URLLauncher');
const MethodChannel('plugins.flutter.io/URLLauncher');

/// Parse the specified URL string and delegate handling of the same to the
/// underlying platform.
Expand Down