disposeAsync method

  1. @override
Future<void> disposeAsync()
override

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.

Implementation

@override
Future<void> disposeAsync() => Future.value();