flash static method

dynamic flash()

Implementation

static flash() async {
  await _channel.invokeMethod("flash");
}