menu
kbeacon_configure package
documentation
blue_scan/utils.dart
twoByteToInt16 function
twoByteToInt16 function
dark_mode
light_mode
twoByteToInt16
function
int
twoByteToInt16
(
int
v1
,
int
v2
)
Implementation
int twoByteToInt16(int v1, int v2) => Uint8List.fromList([v1, v2]).buffer.asByteData().getUint16(0);
kbeacon_configure package
documentation
blue_scan/utils
twoByteToInt16 function
utils library