ApiProvider class abstract

Constructors

ApiProvider()

Properties

client ApiClient?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteData({String? id}) Future<Map<String, dynamic>?>
fetchAllData({int? page, int? limit, String? search, String? order, String? orderBy}) Future<Map<String, dynamic>?>
fetchSingleData({String? id}) Future<Map<String, dynamic>?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postData({dynamic data}) Future<Map<String, dynamic>?>
putData({String? id, dynamic data}) Future<Map<String, dynamic>?>
toString() String
A string representation of this object.
inherited

Operators

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