dispose method
Releases the native resources held by the plugin.
Implementation
Future<void> dispose() => throw UnsupportedError('dispose() has not been implemented.');
Releases the native resources held by the plugin.
Future<void> dispose() => throw UnsupportedError('dispose() has not been implemented.');