connect property

Future<bool?> get connect

Implementation

Future<bool?> get connect async {
  throw UnimplementedError('connect has not been implemented.');
}