savePhotoDocument method

Future<void> savePhotoDocument()

Save the document with filter and cropping area It will return it as Uint8List in DocumentScanner

Implementation

Future<void> savePhotoDocument() async {
  _appBloc.add(AppStartedSavingDocument());
}