@override Future<void> setAutomatedZoomLimit(num? limit) { return utilMethodChannel .invokeMethod("UTL_setAutomatedZoomLimit", {"limit": limit}); }