fetchAccessToken method

  1. @override
Future<TokenResponse> fetchAccessToken()
override

Invoke the method on the platform side for Fetch access token after successfully logged in

Implementation

@override
Future<TokenResponse> fetchAccessToken() async => TokenResponse.fromMap(
    await methodChannel.invokeMethod('fetchAccessToken'));