removeUser static method

void removeUser()

Implementation

static void removeUser() {
  if (!Sentry.isEnabled) return;

  Sentry.configureScope((scope) => scope.setUser(null));
}