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