IApiResources class abstract

Inteface básica de um recurso de API
Inheritance
Implementers

Constructors

IApiResources()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete({String id, String apiUserToken}) Future
dispose() → void
Disposes controllers, streams, etc.
inherited
get() Future
getAll({String partOfUrl, String apiUserToken}) Future
getById({String id, String partOfUrl, String apiUserToken}) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post({Map<String, dynamic> data, String partOfUrl, String apiUserToken}) Future
put({String id, Map<String, dynamic> data}) Future
toString() String
A string representation of this object.
inherited

Operators

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