close method

  1. @internal
void close()

Closes the request & frees the underlying resources.

Implementation

@internal
void close() => _onClose?.call();