Releases the native texture identified by textureId.
textureId
@override Future<void> disposeTexture(int textureId) { return methodChannel.invokeMethod<void>('disposeTexture', { 'textureId': textureId, }); }