pickPhoto method

Future<void> pickPhoto()

Implementation

Future<void> pickPhoto() async {
  return await _channel.invokeMethod('pickPhoto');
}