DashboardRemoteRepository class

Constructors

DashboardRemoteRepository(Dio _client)

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchAndWriteToDB({required String apiEndPoint, Object? query, required String projectId, DateTime? lastSelectedDate, required Isar isar}) FutureOr<void>
searchDashboardConfig(String apiEndPoint, Map body) Future<String>
toString() String
A string representation of this object.
inherited
writeToDashboardConfigDB(DashboardConfigWrapper dashboardConfigWrapper, Isar isar) FutureOr<void>

Operators

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