Skip to content

Commit 0c4521d

Browse files
committed
Merge branch 'master' of https://github.com/Countly/countly-sdk-flutter-bridge into staging
2 parents 4e7d910 + 66ca8c2 commit 0c4521d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/user_profile.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ abstract class UserProfile {
5050
/// [String value] - value to add to array
5151
Future<void> pushUnique(String key, String value);
5252

53-
/// Create array property, if property does not exist and remove value from array
54-
/// You can only use it on array properties or properties that do not exist yet
53+
/// If a custom property exists and its value is an array, then this will remove the specified value from that array.
54+
/// You can only use it on array properties that exist.
5555
/// [String key] - property name for array property
5656
/// [String value] - value to remove from array
5757
Future<void> pull(String key, String value);

0 commit comments

Comments
 (0)