dispose abstract method

Future dispose()

Call dispose before exiting your application to cleanup native resources. Returns a future that completes when cleanup has finished.

Implementation

Future dispose();