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 4ce1e75 commit e9e82b1Copy full SHA for e9e82b1
lib/src/user.dart
@@ -77,7 +77,7 @@ class OneSignalUser {
77
return await _channel.invokeMethod("OneSignal#removeTags", tags);
78
}
79
80
- /// Returns the list of tags on the current user.
+ /// Returns the local tags of the current user.
81
Future<Map<String, String>> getTags() async {
82
Map<dynamic, dynamic> tags =
83
await _channel.invokeMethod("OneSignal#getTags");
0 commit comments