ApiSellon class
Methods
-
clearPaginator()
→ Paginator?
-
-
createPaginator()
→ Paginator?
-
-
execute(String _method, SellonMethod sellonMethod, Parameter _parameter, OnSuccessListener _onSuccessListener, {bool? isShowMessage, bool? isIndonesiaOnly, bool? encrytion})
→ dynamic
-
-
executeFuture(String _method, SellonMethod sellonMethod, Parameter _parameter, OnSuccessListener _onSuccessListener, {bool? encryption, bool? indonesiaOnly})
→ 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)
→ ApiSellon
-
-
setErrorListener(OnErrorListener _onErrorListener)
→ ApiSellon
-
-
setExceptionListener(OnExceptionListener _onExceptionListener)
→ ApiSellon
-
-
setIsShowDialog(bool value)
→ ApiSellon
-
-
setLoading(bool _isLoading)
→ ApiSellon
-
-
setSuccessListener(OnSuccessListener _onSuccessListener)
→ ApiSellon
-
-
toString()
→ String
-
A string representation of this object.
inherited