verifyNotBeforeWithCurrentTime method

bool verifyNotBeforeWithCurrentTime()

Implementation

bool verifyNotBeforeWithCurrentTime() {
  return this.verifyNotBefore(DateTime.now());
}