RepositoryProvider class

Implemented types

Constructors

RepositoryProvider()

Properties

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

Methods

add(String apiUrl, IToJson entity) Future<ResponseData>
override
deleteLogic(String apiUrl, IToJson entity) Future<ResponseData>
override
deletePhysical(String apiUrl) Future<ResponseData>
override
getDataMap(String apiUrl) Future<ResponseData>
override
getExterno(String apiUrl) Future<ResponseData>
override
getList(String apiUrl) Future<ResponseList>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(String apiUrl, IToJson entity) Future<ResponseData>
override
uploadFiles(String apiUrl, File file) Future<ResponseData>
override

Operators

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