disconnect method

Future<GoogleSignInAccount?> disconnect()
inherited

Disconnects the current user from the app and revokes previous authentication.

Implementation

Future<GoogleSignInAccount?> disconnect() =>
    _addMethodCall(GoogleSignInPlatform.instance.disconnect);