getInitialUrl method

Future<String?> getInitialUrl()

If the app launch was triggered by an protocol, it will give the link url, otherwise it will give null.

Implementation

Future<String?> getInitialUrl() {
  throw UnimplementedError('getInitialUrl() has not been implemented.');
}