init abstract method
Initialize the isolated Hive instance
If accessing Hive in multiple isolates, an isolateNameSever
MUST be
passed to avoid box corruption
Implementation
Future<void> init(
String? path, {
IsolateNameServer? isolateNameServer,
});