setBadgeValue method
Sets the value of the badge indicator, this method will change the style to badge.
Implementation
@override
Future<void> setBadgeValue(int value) async {
return await methodChannel.invokeMethod<void>('setBadgeValue', {"value": value});
}