close abstract method

  1. @protected
FutureOr<void> close()

Closes this resource, relinquishing any underlying resources. Do not close manually. Use runAndClose, runAndCloseAsync, or useCloseable, useCloseableAsync functions instead

@throws Exception if this resource cannot be closed

Implementation

@protected
FutureOr<void> close();