menu
universal_ble_fork package
documentation
universal_ble.dart
OnValueChange typedef
OnValueChange typedef
dark_mode
light_mode
OnValueChange
typedef
OnValueChange
=
void Function
(
String
deviceId
,
String
characteristicId
,
Uint8List
value
)
Implementation
typedef OnValueChange = void Function( String deviceId, String characteristicId, Uint8List value);
universal_ble_fork package
documentation
universal_ble
OnValueChange typedef
universal_ble library