connect method

Future connect(
  1. String uuid
)

Implementation

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