Future<int> getTextureId() async { var result = await _channel.invokeMethod('getTextureId', {}); return _liveCodeWithResult(result); }