menu
smart_device_core package
documentation
models/callback.dart
OnError typedef
OnError typedef
dark_mode
light_mode
OnError
typedef
OnError
=
void Function
(
int
code
,
String
msg
)
Implementation
typedef OnError = void Function(int code, String msg);
smart_device_core package
documentation
models/callback
OnError typedef
callback library