current property

RxZone current

Get information about the current RxZone if it exists

Implementation

static RxZone get current => RxZone._(
      registrar: Zone.current[_registrarKey] as RxRegistrar?,
      notifier: Zone.current[_notifierKey] as RxNotifier?,
    );