menu
amplitude_flutter package
documentation
identify.dart
Identify
remove method
remove method
dark_mode
light_mode
remove
method
void
remove
(
String
key
,
dynamic
value
)
Implementation
void remove(String key, dynamic value) { addOp(OP_REMOVE, key, value); }
amplitude_flutter package
documentation
identify
Identify
remove method
Identify class