closeBigBadge static method

Future closeBigBadge()

Implementation

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