menu
kbeacon_configure package
documentation
blue_scan/utils.dart
byteToInt8 function
byteToInt8 function
dark_mode
light_mode
byteToInt8
function
int
byteToInt8
(
int
b
)
Implementation
int byteToInt8(int b) => Uint8List.fromList([b]).buffer.asByteData().getInt8(0);
kbeacon_configure package
documentation
blue_scan/utils
byteToInt8 function
utils library