openBigBadgeWithController static method

Future openBigBadgeWithController(
  1. int controller
)

Implementation

static Future openBigBadgeWithController(int controller) async {
  await _channel.invokeMethod('openBigBadgeWithController', [controller]);
}