offlineQueueEnabled property

bool get offlineQueueEnabled
inherited

Whether the offline queue is enabled. App can override to disable in builds where queueing is undesirable.

Implementation

bool get offlineQueueEnabled => true;