takePhoto method
Captures a photo using the device camera.
Implementation
Future<AdaptiveFile?> takePhoto(PickerOptions options) {
throw UnimplementedError('takePhoto() has not been implemented.');
}
Captures a photo using the device camera.
Future<AdaptiveFile?> takePhoto(PickerOptions options) {
throw UnimplementedError('takePhoto() has not been implemented.');
}