AppRepo class

Implemented types

Constructors

AppRepo({required IHubbleHttpBuilder http, required StringGetter baseUrl})

Properties

baseUrl → StringGetter
final
hashCode int
The hash code for this object.
no setterinherited
http → IHubbleHttpBuilder
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getConfig() Future<Result<AppConfig>>
override
getNotifications(String? cursor) Future<Result<InAppNotifications>>
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