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