delete function
Build fluent REST DELETE APIs
Example: delete('/book/${id}') .fetchList((m) => Book.fromMap(m));
Implementation
Method delete(dynamic? /* String | Uri | MutUri */ url) =>
Method(method: 'DELETE', uri: url);
Build fluent REST DELETE APIs
Example: delete('/book/${id}') .fetchList((m) => Book.fromMap(m));
Method delete(dynamic? /* String | Uri | MutUri */ url) =>
Method(method: 'DELETE', uri: url);