wisselGebruiker method

Future<void> wisselGebruiker()

Implementation

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