BaseRemoteData class
Methods
-
catchDioException({required DioException exception, required String gateway})
→ Response
-
-
delete(String gateway, {String? params, String? query, Map<String, dynamic>? body, FormData? formData})
→ Future<Response>
-
-
get(String gateway, {String params = '', String? query})
→ Future<Response>
-
-
-
getOptions()
→ Options
-
-
initialize()
→ dynamic
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
post(String gateway, {Map<String, dynamic>? body, Map<String, dynamic>? queryParameters})
→ Future<Response>
-
-
put(String gateway, Map<String, dynamic> body)
→ Future<Response>
-
-
toString()
→ String
-
A string representation of this object.
inherited