menu
in_app_messaging_json_logic package
documentation
in_app_messaging_json_logic.dart
JsonLogic
remove method
remove method
dark_mode
light_mode
remove
method
void
remove
(
String
name
)
remove a function/operator
Implementation
void remove(String name) { _ops.remove(name); }
in_app_messaging_json_logic package
documentation
in_app_messaging_json_logic
JsonLogic
remove method
JsonLogic class