Skip to content

Commit 320e5c2

Browse files
committed
nit: dart linter
1 parent 894e77c commit 320e5c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/onesignal_flutter.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ class OneSignal {
6666
///
6767
/// The act of logging a user into the OneSignal SDK will switch the
6868
/// user context to that specific user.
69-
@Deprecated('Do not use, this method is not implemented. See https://documentation.onesignal.com/docs/identity-verification for updates.')
69+
@Deprecated(
70+
'Do not use, this method is not implemented. See https://documentation.onesignal.com/docs/identity-verification for updates.')
7071
static Future<void> loginWithJWT(String externalId, String jwt) async {
7172
if (Platform.isAndroid) {
7273
return await _channel.invokeMethod(

0 commit comments

Comments
 (0)