checkIfSatisfied property

  1. @override
FutureOr<bool> get checkIfSatisfied
override

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

Implementation

@override
// TODO: implement checkIfSatisfied
FutureOr<bool> get checkIfSatisfied => _simulateLoginCheck();