pickImage method
The action for the pick image.
Implementation
@override
Future<void> pickImage(BuildContext context) {
return _$pickImageAsyncAction.run(() => super.pickImage(context));
}
The action for the pick image.
@override
Future<void> pickImage(BuildContext context) {
return _$pickImageAsyncAction.run(() => super.pickImage(context));
}