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