imageCapture static method

dynamic imageCapture()

Implementation

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