IsolatedHive top-level property

IsolatedHiveInterface IsolatedHive
final

Global constant to access IsolatedHive

IsolatedHive delegates method calls to an isolate. This allows safe usage of Hive across multiple isolates.

Limitations:

Implementation

// ignore: non_constant_identifier_names
final IsolatedHiveInterface IsolatedHive = IsolatedHiveImpl();