getAuthTokenFromDb method

dynamic getAuthTokenFromDb()

Implementation

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