clearAuth method

void clearAuth()

Clear authentication data

Implementation

void clearAuth() {
  _authToken = null;
  _orderId = null;
  _apiService.clearAuthToken();
}