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 b9e6c44 commit 894e77cCopy full SHA for 894e77c
lib/onesignal_flutter.dart
@@ -66,6 +66,7 @@ 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.')
70
static Future<void> loginWithJWT(String externalId, String jwt) async {
71
if (Platform.isAndroid) {
72
return await _channel.invokeMethod(
0 commit comments