close method

Future<void> close(
  1. String id
)

Implementation

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