currentUser method

User? currentUser()

Implementation

User? currentUser() {
  return sdkDataPersistenceService.currentUser();
}