Initialize the SDK
@override Future<int?> init(String path, String key) async { return await methodChannel .invokeMethod<int>('init', {'path': path, 'key': key}); }