disconnect method

Future disconnect(
  1. String uuid
)

Implementation

Future disconnect(String uuid) {
  throw UnimplementedError('connect() has not been implemented.');
}