Skip to content

Commit e9e82b1

Browse files
committed
Update comment
Make it clear that getTags returns local tags and does not make a server call
1 parent 4ce1e75 commit e9e82b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/user.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class OneSignalUser {
7777
return await _channel.invokeMethod("OneSignal#removeTags", tags);
7878
}
7979

80-
/// Returns the list of tags on the current user.
80+
/// Returns the local tags of the current user.
8181
Future<Map<String, String>> getTags() async {
8282
Map<dynamic, dynamic> tags =
8383
await _channel.invokeMethod("OneSignal#getTags");

0 commit comments

Comments
 (0)