onDisconnect method
inherited
A callback to run when the program has disconnected from the Dashboard.
Implementation
@mustCallSuper
Future<void> onDisconnect() async { }
A callback to run when the program has disconnected from the Dashboard.
@mustCallSuper
Future<void> onDisconnect() async { }