openUrl method

dynamic openUrl(
  1. void callback(
    1. String url
    )
)

Implementation

openUrl(void Function(String url) callback) async {
  throw UnimplementedError('openUrl() has not been implemented.');
}