EstablishimentRepositoryImpl class

Inheritance

Constructors

EstablishimentRepositoryImpl(HttpService httpService, StorageService _storageService)

Properties

hashCode int
The hash code for this object.
no setterinherited
httpService HttpService
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dashboardData(String appId) Future<DashboardModel>
override
findById(String id) Future<Estabelecimento?>
override
findByLocation(LocationCoordinates currentLocation) Future<List<Estabelecimento>>
override
findByName(String name) Future<List<Estabelecimento>>
override
findBySlug(String slug) Future<List<Estabelecimento>>
override
findMyLocals(String token) Future<List<Estabelecimento>>
override
login(String username, String password) Future<AdminModel>
override
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