openDocumentFile method

Future<bool?> openDocumentFile()

Alias for openDocumentFileWithResult that returns true if the target uri was successfully launched, false otherwise.

Implementation

Future<bool?> openDocumentFile() => saf.openDocumentFile(uri);