canLaunch method

Future<bool> canLaunch(
  1. String url
)

Returns true if this platform is able to launch url.

Implementation

Future<bool> canLaunch(String url) {
  throw UnimplementedError('canLaunch() has not been implemented.');
}