sharedData method

Map<String, SharedData>? sharedData()

Returns an optional Map of SharedData, where each entry will be transferred to the executor thread/isolate only once.

Implementation

Map<String, SharedData>? sharedData() => null;