getZoomFrom method
Implementation
@override
Future<num?> getZoomFrom(MPDisplayRuleId id) {
return displayRuleMethodChannel
.invokeMethod("DRU_getZoomFrom", {"id": id.value});
}
@override
Future<num?> getZoomFrom(MPDisplayRuleId id) {
return displayRuleMethodChannel
.invokeMethod("DRU_getZoomFrom", {"id": id.value});
}