close property

Future<bool?> get close

Implementation

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