callbackUrlScheme property

String callbackUrlScheme
final

Necessary to catch when the web process finishes in iOS. MUST match the redirectUri

Note that this MUST be ONLY a scheme, not a URL. So: Should look like my.scheme, not my.scheme:/home

Implementation

final String callbackUrlScheme;