cancel the current photo
@override Future<void> cancel() async { currentState = ApplicationState.ready; if (mounted) setState(() {}); }