menu
burt_network
burt_network.dart
SerialDevice
stopListening method
stopListening
dark_mode
light_mode
description
stopListening
method
void
stopListening
(
)
Stops listening to the serial port.
Implementation
void stopListening() => _timer?.cancel();
burt_network
burt_network
SerialDevice
stopListening method
SerialDevice class