Skip to content

Commit 894e77c

Browse files
authored
chore: add warning for identity verification
1 parent b9e6c44 commit 894e77c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/onesignal_flutter.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ 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.')
6970
static Future<void> loginWithJWT(String externalId, String jwt) async {
7071
if (Platform.isAndroid) {
7172
return await _channel.invokeMethod(

0 commit comments

Comments
 (0)