handleUrl method

Future<bool> handleUrl(
  1. Uri url
)

Handle a callback URL.

Implementation

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