menu
idena_lib_dart package
documentation
pubdev/dartssh/serializable.dart
SerializableInput
getUint8 method
getUint8 method
dark_mode
light_mode
getUint8
method
int
getUint8
(
)
Implementation
int getUint8() { offset++; return data.getUint8(offset - 1); }
idena_lib_dart package
documentation
pubdev/dartssh/serializable
SerializableInput
getUint8 method
SerializableInput class