getAPIToken method

String? getAPIToken()

Implementation

String? getAPIToken() {
  return SessionManagerNew.getString(apiToken);
}