Fav class

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

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

Static Properties

appController AppController
no setter
design Design
no setter
preferences MyPreferences
no setter
secondaryDesign Design
no setter
securePreferences SecurePreferences
no setter

Static Methods

guardTo(Widget child, {Bindings? binding, bool preventDuplicates = _preventDuplicates, Transition? transition, Duration? duration}) Future?
hasConnection({bool warning = true}) bool
isTimeGuardNotAllowed(String saveKey, {Duration duration = const Duration(seconds: 2), bool usePreferences = false}) bool
noConnection({bool warning = true}) bool
readSeasonCache<T>(String key, [T? defaultValue]) → T?
removeLoading() → void
showLoading({String? loadingText}) → void
timeGuardFunction<M>(String saveKey, Duration duration, Function function, {bool usePreferences = false}) → void
Gonderilen fonksiyon daha once calsitirildiysa belitrilen sure gecmemisse callistirilmaz
to(Widget child, {Bindings? binding, bool preventDuplicates = _preventDuplicates, Transition? transition, Duration? duration, bool? opaque}) Future?
writeSeasonCache(String key, dynamic data) → void