dispose method
Dispose of the underlying resources of this texture
Implementation
Future<void> dispose() async => _plugin.dispose(textureId);
Dispose of the underlying resources of this texture
Future<void> dispose() async => _plugin.dispose(textureId);