ApiHelper class
Properties
Methods
-
deleteData(
String endpoint) → Future< bool> -
editData(
String endpoint, Map< String, dynamic> data) → Future<Map< String, dynamic> > -
fetchAllData(
String endpoint) → Future< List> -
fetchData(
String endpoint) → Future -
fetchDataWithQuery(
String endpoint, Map< String, String> queryParams) → Future<Map< String, dynamic> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited