Inteface básica de um recurso de API
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