ModelChanger typedef
ModelChanger =
void Function(String model)
Callback to change the active model.
Implementation
typedef ModelChanger = void Function(String model);
Callback to change the active model.
typedef ModelChanger = void Function(String model);