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