OpenDocument class Null safety

Constructors

OpenDocument()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited

Static Methods

checkDocument({required String filePath}) Future<bool>
check if the path already exists in document folder filePath
getNameFile({required String url}) Future<String>
get the url name
getNameFolder({String? widowsFolder}) Future<String>
takes folder name as app name for Android and iOS for Windows pass the name in the paramwidowsFolder
getPathDocument({required String folderName}) Future<String>
take path from folder folderName return path
openDocument({required String filePath}) Future<void>
open document filePath