openBigBadge static method

Future openBigBadge()

Implementation

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