FakeAuth constructor

FakeAuth(
  1. Map<String, String> _tokens, {
  2. DateTime? expiresAt,
})

Implementation

FakeAuth(this._tokens, {DateTime? expiresAt})
  : _expiresAt = expiresAt ?? DateTime.utc(2999);