menu
diene_api_engine package
documentation
test_helper.dart
FakeAuth
FakeAuth.new constructor
FakeAuth.new constructor
dark_mode
light_mode
FakeAuth
constructor
FakeAuth
(
Map
<
String
,
String
>
_tokens
, {
DateTime
?
expiresAt
,
})
Implementation
FakeAuth(this._tokens, {DateTime? expiresAt}) : _expiresAt = expiresAt ?? DateTime.utc(2999);
diene_api_engine package
documentation
test_helper
FakeAuth
FakeAuth.new constructor
FakeAuth class