LogoutCommand constructor

LogoutCommand({
  1. required void onLogout(),
  2. required bool isAuthenticated(),
})

Implementation

LogoutCommand({required this.onLogout, required this.isAuthenticated});