ApiGameSellon class
Constructors
- ApiGameSellon(BuildContext _context)
Properties
- context → BuildContext
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeoutDuration ↔ Duration
-
getter/setter pair
Methods
-
clearPaginator(
) → Paginator? -
createPaginator(
) → Paginator? -
execute(
String _method, Parameter _parameter, OnSuccessListener _onSuccessListener, {bool? isShowMessage}) → dynamic -
executeFuture(
String _method, Parameter _parameter, OnSuccessListener _onSuccessListener) → Future< String?> -
getMimeType(
String path) → String -
getPaginator(
) → Paginator? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setCompleteListener(
OnCompleteListener _onCompleteListener) → ApiGameSellon -
setErrorListener(
OnErrorListener _onErrorListener) → ApiGameSellon -
setExceptionListener(
OnExceptionListener _onExceptionListener) → ApiGameSellon -
setIsShowDialog(
bool value) → ApiGameSellon -
setSuccessListener(
OnSuccessListener _onSuccessListener) → ApiGameSellon -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
createDefaultParams(
OnCreateDefaultParamsListener callback) → dynamic -
createParams(
) → Parameter