openFileWithPath static method

Future<void> openFileWithPath(
  1. String path
)

Implementation

static Future<void> openFileWithPath(String path) async {
  await ModernFormFilePlatformHelper.openFileWithPath(path);
}