currentWindow method

int currentWindow()

Returns the current time window using the configured TimeProvider.

HINT: Encryptor will call this when generating a new request.

Implementation

int currentWindow() => windowForEpochSeconds(timeProvider.nowEpochSeconds());