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