close method

Future<int?> close()

Implementation

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