Fnc class

Base Class For initializing Flutter network cacher.

Constructors

Fnc()
factory

Properties

baseDb BaseDb
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageBucket String?
getter/setter pair
networkRequestBucket String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init({String? imageBucket, String? networkRequestBucket, required BaseDb cacheStore}) Future<void>
Initialize database for flutter network cacher with provided configuration by default imageBucket="fnc_internal_imageBucket" and networkRequestBucket="fnc_internal_networkRequestBucket"
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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