@override Future<void> setExtrusionOpacity(num opacity) { return utilMethodChannel .invokeMethod("UTL_setExtrusionOpacity", {"opacity": opacity}); }