@override Future<Map<dynamic, dynamic>?> getMetadata(String path) async { return await methodChannel.invokeMethod('getMetaData', {"path": path}); }