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