oneRequest class

Constructors

oneRequest()

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

file({required File file, String? filename}) MultipartFile
fileFormString({required String filestring}) MultipartFile
fileFromByte({required List<int> filebyte}) MultipartFile
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send({Map<String, dynamic>? body, Map<String, dynamic>? queryParameters, bool formData = false, String? responsetype = 'json', required String url, required String method, Map<String, String>? header, int? maxRedirects = 1, String contentType = 'application/json', int timeout = 60, bool innderData = false}) Future<Either<dynamic, CustomExceptionHandlers>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

initLoading → dynamic
read-only
loading → dynamic
read-only

Static Methods

loadingconfig({Widget? indicator, Color? progressColor, Color? backgroundColor, Color? indicatorColor, Color? textColor, Widget? success, Widget? error, Widget? info}) → void
loadingWidget({String? status, Color? color, Widget? indicator}) → void