disposeAsync method

Future<void> disposeAsync()

Asynchronous call to dispose.

Implementation

Future<void> disposeAsync() => Future.microtask(dispose);