Skip to content

Commit 354cdfa

Browse files
authored
Merge pull request #901 from zvikarp/main
chore: add warning for identity verification
2 parents dcd8d86 + 320e5c2 commit 354cdfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/onesignal_flutter.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +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(
70+
'Do not use, this method is not implemented. See https://documentation.onesignal.com/docs/identity-verification for updates.')
6971
static Future<void> loginWithJWT(String externalId, String jwt) async {
7072
if (Platform.isAndroid) {
7173
return await _channel.invokeMethod(

0 commit comments

Comments
 (0)