wisselGebruiker method
Implementation
Future<void> wisselGebruiker() async {
_actieveGebruikerId = null;
await _slaOp();
_projectenProvider.leegmaak();
notifyListeners();
}
Future<void> wisselGebruiker() async {
_actieveGebruikerId = null;
await _slaOp();
_projectenProvider.leegmaak();
notifyListeners();
}