close method

Future<bool> close()

Implementation

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