disconnect method

Future<void> disconnect()

Implementation

Future<void> disconnect() {
  throw UnimplementedError('app disconnect() has not been implemented.');
}