Skip to main content

getToken method

Future getToken ()

<p>This function is used to get user the access token.</p>

Implementation

Future getToken() async \{
final authToken = userConfig.currentUser.authToken;
token = authToken;
getOrgUrl();
return true;
\}