menu
epos_frontend_shared package
documentation
tsonkit/v1/controller/tson_controller.dart
TSONController
onValueChanged abstract method
onValueChanged abstract method
dark_mode
light_mode
onValueChanged
abstract method
Future
<
void
>
onValueChanged
(
String
fieldId
,
dynamic
value
)
Called when a field's value changes.
Implementation
Future<void> onValueChanged(String fieldId, dynamic value);
epos_frontend_shared package
documentation
tsonkit/v1/controller/tson_controller
TSONController
onValueChanged abstract method
TSONController class