We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e59028 commit afd4a7aCopy full SHA for afd4a7a
lib/src/oauth_grant.dart
@@ -11,6 +11,8 @@ import 'package:oauth2/oauth2.dart' as oauth;
11
/// - [AuthorizationCodeGrant]
12
///
13
/// {@endtemplate}
14
+// ignore because we need this interface.
15
+// ignore: one_member_abstracts
16
abstract interface class OAuthGrant {
17
/// {@macro oauth_grant}
18
const OAuthGrant();
0 commit comments