handleUrl method

Future<bool?> handleUrl(
  1. String url
)

Implementation

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