openDocument method Null safety
- {required String filePath}
open document filePath
Implementation
static Future<void> openDocument({required String filePath}) async {
return await OpenDocumentPlatform.instance.openDocument(filePath: filePath);
}
open document filePath
static Future<void> openDocument({required String filePath}) async {
return await OpenDocumentPlatform.instance.openDocument(filePath: filePath);
}