disconnect method

Future<void> disconnect()

Disconnect the user from the app, and revoke all authentication between the user and this app

Requires the user to sign in and accept requested permissions the next time the user tries to sign in.

You should restart the app afterwards using a package such as flutter_phoenix.

Implementation

Future<void> disconnect() async => signIn.disconnect();