Skip to content

Commit afd4a7a

Browse files
committed
🚨 Fixed lint
1 parent 9e59028 commit afd4a7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/oauth_grant.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import 'package:oauth2/oauth2.dart' as oauth;
1111
/// - [AuthorizationCodeGrant]
1212
///
1313
/// {@endtemplate}
14+
// ignore because we need this interface.
15+
// ignore: one_member_abstracts
1416
abstract interface class OAuthGrant {
1517
/// {@macro oauth_grant}
1618
const OAuthGrant();

0 commit comments

Comments
 (0)