mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 01:56:19 +00:00
Added Error handling
This commit is contained in:
@ -11,6 +11,8 @@ class Token {
|
||||
: accessToken = '',
|
||||
refreshToken = '';
|
||||
|
||||
bool get accessTokenIsNotEmpty => accessToken.isNotEmpty;
|
||||
|
||||
Token(
|
||||
this.accessToken,
|
||||
this.refreshToken,
|
||||
|
Reference in New Issue
Block a user