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 894e77c commit 320e5c2Copy full SHA for 320e5c2
lib/onesignal_flutter.dart
@@ -66,7 +66,8 @@ class OneSignal {
66
///
67
/// The act of logging a user into the OneSignal SDK will switch the
68
/// 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.')
+ @Deprecated(
70
+ 'Do not use, this method is not implemented. See https://documentation.onesignal.com/docs/identity-verification for updates.')
71
static Future<void> loginWithJWT(String externalId, String jwt) async {
72
if (Platform.isAndroid) {
73
return await _channel.invokeMethod(
0 commit comments