IAbstract class abstract

An abstract class for managing service calls and handling exceptions.

Implementers

Constructors

IAbstract()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

fetchData<T>({required Future<T> response(), BuildContext? context, bool activeAlert = true, bool activeWillAlwaysWork = true, bool generalFunction(E? exception)?, dynamic willAlwaysWork(E exception)?, DioExceptionHandlerModel? exceptionDioHandlers, JsonExceptionHandlerModel? exceptionJsonHandlers, FormatExceptionHandlerModel? exceptionFormatHandlers, ExceptionHandlerModel? exceptionHandlers}) Future<NimphelosModel<T, dynamic>>
Fetches data from a service and returns a NimphelosModel containing the result.
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