disconnect method

Future<ConnectionResponse> disconnect({
  1. Duration? timeout,
})

Implementation

Future<ConnectionResponse> disconnect({Duration? timeout}) {
  throw Exception('Platform does not support');
}