hasOutbox property
Whether the outbox is available (web returns false; native true once initialized lazily on first write).
Implementation
bool get hasOutbox => _outbox != null;
Whether the outbox is available (web returns false; native true once initialized lazily on first write).
bool get hasOutbox => _outbox != null;