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