hideBadge static method

Future hideBadge()

Implementation

static Future hideBadge() async {
  await _channel.invokeMethod('hideBadge');
}