Future<bool> disposeTexture(int textureId) async { return await _channel.invokeMethod(_methodDisposeTexture, {"texture_id": textureId}); }