sharedStore property

SharedStore sharedStore

The SharedStore of this APIRoot. This SharedStore will be automatically shared among Isolate copies.

See isIsolateCopy.

Implementation

SharedStore get sharedStore => _sharedStoreField.sharedStore;