disconnect method

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

Implementation

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