@override Future<void> logout() async { await exaAuthDatasource.sigOut(); _currentUser.value = null; }