loginWithFirebase method

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

Invoke the method on the platform side for Asynchronously, get access token via login with firebase

Implementation

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