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 34b8ca1 commit 24f3fc3Copy full SHA for 24f3fc3
lib/src/user.dart
@@ -87,7 +87,7 @@ class OneSignalUser {
87
/// Returns false if the specified [email] does not exist
88
/// on the user within the SDK, and no request will be made.
89
Future<void> removeEmail(String email) async {
90
- return await _channel.invokeMethod("OneSignal#removeEmail");
+ return await _channel.invokeMethod("OneSignal#removeEmail", email);
91
}
92
93
/// Add a new SMS subscription to the current user.
0 commit comments