userMatch method

bool userMatch()

Implementation

bool userMatch() {
  return (!_localLoginEnabled && _localLoginUid == null) ||
      _authService.user.uid == _localLoginUid;
}