isRegistered method

bool? isRegistered()

Registration state.

Implementation

bool? isRegistered() {
  return _registrator.registered;
}