getShowBadge static method

Future<bool> getShowBadge()

Implementation

static Future<bool> getShowBadge() async {
  return await _channel.invokeMethod('getShowBadge');
}