menu
noosphere_roast_client package
documentation
common.dart
NoosphereWriter
writeBool method
writeBool method
dark_mode
light_mode
writeBool
method
void
writeBool
(
bool
b
)
Implementation
void writeBool(bool b) => writeUInt8(b ? 1 : 0);
noosphere_roast_client package
documentation
common
NoosphereWriter
writeBool method
NoosphereWriter extension on Writer