fetchAccessToken method
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'));