isOpenBigBadge static method

Future<bool> isOpenBigBadge()

Implementation

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