fiveStar static method

Future<void> fiveStar()

Implementation

static Future<void> fiveStar() async {
  await _channel.invokeMethod("fiveStar");
}