snapPhoto method

Future snapPhoto()

Implementation

Future snapPhoto() async {
  return _channel.invokeMethod('snapPhoto');
}