dispose method

Future<void> dispose(
  1. Object handle
)

Releases the native engine associated with handle.

Implementation

Future<void> dispose(Object handle) {
  throw UnimplementedError('dispose() has not been implemented.');
}