menu
getsocial_flutter_sdk package
documentation
usermanagement/user_update.dart
UserUpdate
removePublicProperty method
removePublicProperty method
dark_mode
light_mode
removePublicProperty
method
UserUpdate
removePublicProperty
(
String
key
)
Implementation
UserUpdate removePublicProperty(String key) { _publicProperties[key] = ''; return this; }
getsocial_flutter_sdk package
documentation
usermanagement/user_update
UserUpdate
removePublicProperty method
UserUpdate class