loginViaGoogle abstract method
Logins in using Google Auth code.
Optionally pass the state
which is usually a JWT or base64 encoded data.
Implementation
Future<RequestResponse<K>> loginViaGoogle({
required String code,
String? state,
});
Logins in using Google Auth code.
Optionally pass the state
which is usually a JWT or base64 encoded data.
Future<RequestResponse<K>> loginViaGoogle({
required String code,
String? state,
});