logout method

Future<void> logout()

Resets the user data and onboarding status (pharmacy selection, user consents statuses).

Implementation

Future<void> logout() async {
  return await _Methods.logout.invoke();
}