RelaxRepo class

Constructors

RelaxRepo([AppApi? api])
factory

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

getCalmByCat({required dynamic categoryId, dynamic isUniversal, dynamic page = 1, dynamic pageSize = 20}) Future<List<CalmModel>>
getCalmCategories() Future<List<CalmCate>>
getSubscribersForCalmId({required dynamic calmId, dynamic page = 1, dynamic pageSize = 20}) Future<List<CalmSubscriber>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
subscribeToCalmId(dynamic calmId) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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