takePhoto method

Future<AdaptiveFile?> takePhoto(
  1. PickerOptions options
)

Captures a photo using the device camera.

Implementation

Future<AdaptiveFile?> takePhoto(PickerOptions options) {
  throw UnimplementedError('takePhoto() has not been implemented.');
}