DatabaseFileService class

Constructors

DatabaseFileService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createNewFile(String fileName, String password) Future<bool>
deleteFile(File file) Future<void>
existDatabase(String fileName) Future<bool>
fileClean(String fileName) Future<void>
getFile(String fileName) Future<File>
getFileContent(File file) Future<String>
getLine(File file, int index) Future<String>
getRandomString(int length) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writeFileContent(String fileName, String content, String secretKey) Future<void>

Operators

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