IFileManager class abstract

Interface for file manager

Implementers

Constructors

IFileManager()

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

getUserRequestDataOnString(String key) Future<String?>
Read all data from file Return Future<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeUserRequestCache(String key) Future<bool>
Remove user request data Return Future<bool>
removeUserRequestSingleCache(String key) Future<bool>
Remove user request data Return Future<bool>
toString() String
A string representation of this object.
inherited
writeUserRequestDataWithTime(String key, String model, Duration? time) Future<bool>
Write user request data with time key is unique identifier for the data model is an instance of the LocalModel class. time is an instance of the Duration class.

Operators

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