setUpAndInitializeGuard abstract method

Future<bool> setUpAndInitializeGuard()

Define the necessary for the guard to work. The return value must declare whether the guard is satisfied or not according to that setup

Implementation

Future<bool> setUpAndInitializeGuard();