close method

Future<String?> close()

Implementation

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