getAuthTokenFromDb method
dynamic
getAuthTokenFromDb()
Implementation
getAuthTokenFromDb() async {
_authToken = await _localDbService.getSecurityToken();
return _authToken;
}
getAuthTokenFromDb() async {
_authToken = await _localDbService.getSecurityToken();
return _authToken;
}