clear method

  1. @override
Future<void> clear()

Remove the oauth2.Credentials from the storage.

Implementation

@override
Future<void> clear() {
  return _storage.delete(key: _key);
}