isValid method

Future<bool> isValid(
  1. bool fromAppStartup
)

If the trigger is valid or not. @param fromAppStartup If the check has been triggered at the app startup @returns If the trigger is valid or not.

Implementation

Future<bool> isValid(bool fromAppStartup) async {
  return false;
}