MateService class abstract

Implementers

Constructors

MateService.new()

Properties

followerProfiles Map<String, AppProfile>
no setter
followingProfiles Map<String, AppProfile>
no setter
hashCode int
The hash code for this object.
no setterinherited
mates Map<String, AppProfile>
no setter
profiles Map<String, AppProfile>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalProfiles Map<String, AppProfile>
no setter

Methods

block(String mateId) Future<void>
getMateDetails(AppProfile mate) Future<void>
loadMates() Future<void>
loadMatesFromList(List<String> mateIds) Future<void>
loadProfiles({bool includeSelf = false}) Future<void>
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