getBadgeFillColor method

Future<String?> getBadgeFillColor()

Get the badge's fill color

Implementation

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