menu
chessnutdriver package
documentation
chessnut_communication_client.dart
ChessnutCommunicationClient
handleReceive method
handleReceive method
dark_mode
light_mode
handleReceive
method
dynamic
handleReceive
(
Uint8List
message
)
Implementation
handleReceive(Uint8List message) { _inputStreamController.add(message); }
chessnutdriver package
documentation
chessnut_communication_client
ChessnutCommunicationClient
handleReceive method
ChessnutCommunicationClient class