checkIfSatisfied property

  1. @override
FutureOr<bool> get checkIfSatisfied
override

The function to override for indicating if the guard is satisfied or not.

Implementation

@override
FutureOr<bool> get checkIfSatisfied => checkCameraPermission();