hasOutbox property

bool get hasOutbox

Whether the outbox is available (web returns false; native true once initialized lazily on first write).

Implementation

bool get hasOutbox => _outbox != null;