BetterClient class
Methods
-
delete({String path, Function fromJson, bool debug, Function parseList, )
→ Future
-
-
get({String path, Function fromJson, bool debug, Function parseList, )
→ Future
-
-
loadResponse({Response response, Function fromJson, Function parseList, bool debug})
→ ApiResponse
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
patch({String path, Function fromJson, bool debug, dynamic body, Function parseList, )
→ Future
-
-
post({String path, dynamic body, Function fromJson, bool debug, Function parseList, )
→ Future
-
-
printWrapped(String text)
→ void
-
-
put({String path, Function fromJson, bool debug, dynamic body, Function parseList, )
→ Future
-
-
toString()
→ String
-
A string representation of this object.
inherited