callbackURLScheme property

String? callbackURLScheme

The custom URL scheme that the app expects in the callback URL.

Implementation

String? get callbackURLScheme => throw UnimplementedError(
    'callbackURLScheme is not implemented on the current platform');