cleanup

open fun cleanup()

Cleanup or recycle any resources used by this data fetcher. This method will be called in a finally block after the data provided by loadData has been decoded by the .

Note - this method will be run on a background thread so blocking I/O is safe.