disconnect method

Future<GoogleSignInAccount?> disconnect()

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

Implementation

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