APIFunction class abstract

Implementers

Constructors

APIFunction()

Properties

baseUrl String?
getter/setter pair
body Map<String, dynamic>?
getter/setter pair
file List<FileData>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
onAuthError Future<void> Function(Response error, BuildContext context)?
getter/setter pair
onError Future<void> Function(Response error)?
getter/setter pair
onException Future<void> Function(Object exception)?
getter/setter pair
onProgress Future<void> Function(int start, int total)?
getter/setter pair
onSuccess Future<void> Function(Response success)?
getter/setter pair
onTimeout Future<void> Function(Object exception)?
getter/setter pair
processOnlyThisPage bool?
getter/setter pair
replacementId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
getter/setter pair
withLoading bool?
getter/setter pair

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