MasterLocationService class

Constructors

MasterLocationService.new()
factory

Properties

allLocationNotifications List<KeyLocationModel>
getter/setter pair
allReceivedUsersList List<HybridModel>?
getter/setter pair
allReceivedUsersSink StreamSink<List<HybridModel>?>
no setter
allReceivedUsersStream Stream<List<HybridModel>?>
no setter
atClientInstance ↔ AtClientImpl
getter/setter pair
currentAtSign String?
getter/setter pair
getAtValueFromMainApp Function
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
locationKey String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

convertJsonToLocationModel() → void
createHybridFromKeyLocationModel() → void
deleteReceivedData(String? atsign) → void
filterData() → void
getAllLocationData() Future<void>
get all 'locationnotify' data shared with us
getAtValue(AtKey key) Future
getImageOfAtsignNew(String? atsign) Future<Uint8List?>
init(String currentAtSignFromApp, AtClientImpl atClientInstanceFromApp, {Function? newGetAtValueFromMainApp}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateHybridList(LocationNotificationModel newUser) → void

Operators

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