nowEpochSeconds method

  1. @override
int nowEpochSeconds()
override

Returns the current mocked UNIX time in seconds (UTC).

Implementation

@override
int nowEpochSeconds() => _epochSeconds;