capturePhoto method

void capturePhoto()

Implementation

void capturePhoto() {
  _channel.invokeMethod('capturePhoto');
}