disconnect method
Disconnects the current user from the app and revokes previous authentication.
Implementation
Future<GoogleSignInAccount?> disconnect() =>
_addMethodCall(GoogleSignInPlatform.instance.disconnect);
Disconnects the current user from the app and revokes previous authentication.
Future<GoogleSignInAccount?> disconnect() =>
_addMethodCall(GoogleSignInPlatform.instance.disconnect);