dispose abstract method
Call dispose before exiting your application to cleanup native resources. Returns a future that completes when cleanup has finished.
Implementation
Future dispose();
Call dispose before exiting your application to cleanup native resources. Returns a future that completes when cleanup has finished.
Future dispose();