cropPhoto method

Future<void> cropPhoto()

Cutting the photo and adjusting the perspective then change page to AppPages.editDocument

Implementation

Future<void> cropPhoto() async {
  _appBloc.add(AppPhotoCropped());
}