requiresDurableStore property

bool get requiresDurableStore

Whether this deployment requires durable persistence.

Implementation

bool get requiresDurableStore =>
    options.runtimeMode == AuthRuntimeMode.production;