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