RepositoryProvider class
- Implemented types
Constructors
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
Constants
- STATUSCODE200 → const int
- STATUSCODE201 → const int
- STATUSCODE400 → const int
- STATUSCODE401 → const int
- STATUSCODE500 → const int
- STATUSCODE501 → const int
- typeMessageResponseEmpty → const String
- typeMessageResponseError → const String
- typeMessageResponseSuccess → const String
- typeMessageResponseWarning → const String