getAuthorizationCode property

dynamic getAuthorizationCode

After checking isUsable, you can invoke Truecaller's OAuth consent screen dialog in your app flow by calling the following method The result will be returned asynchronously via streamCallbackData stream

Implementation

static get getAuthorizationCode async =>
    await _methodChannel.invokeMethod('getAuthorizationCode');