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