destroy method

void destroy([
  1. LoginException? exception
])

Implementation

void destroy([LoginException? exception]) {
  ref.read(loginExceptionProvider.notifier).set(exception);
  state = false;
}