getBadgeStrokeColor method

Future<String?> getBadgeStrokeColor()

Get the badge's stroke color

Implementation

Future<String?> getBadgeStrokeColor() =>
    DisplayRulePlatform.instance.getBadgeStrokeColor(id);