static Future<String> getNameFile({required String url}) async { return await OpenDocumentPlatform.instance.getNameFile(url: url); }