onDisconnect method

  1. @mustCallSuper
Future<void> onDisconnect()

A callback to run when the program has disconnected from the Dashboard.

Implementation

@mustCallSuper
Future<void> onDisconnect() async { }