close method

Future<void> close()

Closes the server.

Implementation

Future<void> close() {
  throw UnimplementedError(
      'close is not implemented on the current platform');
}