showBadge static method

Future showBadge()

Implementation

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