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