menu
nearby_cross package
documentation
helpers/bytes_utils.dart
BytesUtils
boolByte static method
boolByte static method
dark_mode
light_mode
boolByte
static method
Uint8List
boolByte
(
bool
value
)
Implementation
static Uint8List boolByte(bool value) => Uint8List(1)..buffer.asInt8List()[0] = value ? 1 : 0;
nearby_cross package
documentation
helpers/bytes_utils
BytesUtils
boolByte static method
BytesUtils class