isolated property

IsolatedNativeStorage get isolated

A NativeStorage that performs storage operations asynchronously on a separate isolate.

On Web platforms, this simply returns an asynchronous wrapper over the same non-isolated storage.

Implementation

IsolatedNativeStorage get isolated;