getBadgeRadius method

  1. @override
Future<num?> getBadgeRadius(
  1. MPDisplayRuleId id
)
override

Implementation

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