close abstract method
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();