dispose method

Future<void> dispose()

Releases the native resources held by the plugin.

Implementation

Future<void> dispose() => throw UnsupportedError('dispose() has not been implemented.');