dispose method

Future<void> dispose()

Dispose of the underlying resources of this texture

Implementation

Future<void> dispose() async => _plugin.dispose(textureId);