getBadgeStrokeWidth method

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

Implementation

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