takePhoto method

  1. @override
Future<void> takePhoto(
  1. BuildContext context
)
inherited

The action for the take photo.

Implementation

@override
Future<void> takePhoto(BuildContext context) {
  return _$takePhotoAsyncAction.run(() => super.takePhoto(context));
}