takePhoto method
The action for the take photo.
Implementation
@override
Future<void> takePhoto(BuildContext context) {
return _$takePhotoAsyncAction.run(() => super.takePhoto(context));
}
The action for the take photo.
@override
Future<void> takePhoto(BuildContext context) {
return _$takePhotoAsyncAction.run(() => super.takePhoto(context));
}