disconnect method

Future<void> disconnect()

Revokes all of the scopes that the user granted.

Implementation

Future<void> disconnect() async {
  throw UnimplementedError('disconnect() has not been implemented.');
}