method/method library

Properties

globalClient ↔ BaseClient?
getter/setter pair

Functions

delete(dynamic url) → Method
Build fluent REST DELETE APIs
get(dynamic url) → Method
Build fluent REST GET APIs
options(dynamic url) → Method
Build fluent REST OPTIONS APIs
patch(dynamic url) → MethodWithBody
Build fluent REST PATCH APIs
post(dynamic url) → MethodWithBody
Build fluent REST POST APIs
put(dynamic url) → MethodWithBody
Build fluent REST PUT APIs

Typedefs

Before = FutureOr<void> Function(Method route)
ValueCallback<T> = void Function(T value)