Set the badge counter to any value
@override Future<void> setGlobalBadgeCounter(int? amount) async { await methodChannel.invokeMethod(CHANNEL_METHOD_SET_BADGE_COUNT, amount); }