For this you can use captureAndSave method by passing directory location. By default, the captured image will be saved to Application Directory. Custom paths can be set using **path parameter**. Refer [path_provider](https://pub.dartlang.org/packages/path_provider)
### Note
>Method captureAndSave is not supported for web.
By defualt, the captured image will be saved to Application Directory. Custom paths can be set using **path parameter**. Refer [path_provider](https://pub.dartlang.org/packages/path_provider)
```dart
```dart
final directory = (await getApplicationDocumentsDirectory ()).path; //from path_provide package
final directory = (await getApplicationDocumentsDirectory ()).path; //from path_provide package