@override Future<void> dispose(int texId) async { return await methodChannel.invokeMethod<void>('dispose', <String, int>{'texture': texId}); }