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