ContactService class
Constructors
- ContactService.new()
-
factory
Properties
-
allContactsList
↔ List<
String> -
getter/setter pair
- atClientInstance ↔ AtClientImpl?
-
getter/setter pair
- atContactImpl ↔ AtContactsImpl
-
getter/setter pair
-
blockContactList
↔ List<
AtContact?> -
getter/setter pair
- blockedContactSink → Sink
-
no setter
-
blockedContactStream
→ Stream<
List< AtContact?> > -
no setter
-
blockedContactStreamController
↔ StreamController<
List< AtContact?> > -
getter/setter pair
-
cachedContactList
↔ List<
AtContact?> -
getter/setter pair
- checkAtSign ↔ bool?
-
getter/setter pair
-
contactList
↔ List<
AtContact?> -
getter/setter pair
- contactSink → Sink
-
no setter
-
contactStream
→ Stream<
List< AtContact?> > -
no setter
-
contactStreamController
↔ StreamController<
List< AtContact?> > -
getter/setter pair
- getAtSignError ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isContactPresent ↔ bool
-
getter/setter pair
- limitReached ↔ bool
-
getter/setter pair
- loggedInUserDetails ↔ AtContact?
-
getter/setter pair
- rootDomain ↔ String
-
getter/setter pair
- rootPort ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
selectedContacts
↔ List<
AtContact?> -
getter/setter pair
- selectedContactSink → Sink
-
no setter
-
selectedContactStream
→ Stream<
List< AtContact?> > -
no setter
-
selectedContactStreamController
↔ StreamController<
List< AtContact?> > -
getter/setter pair
Methods
-
addAtSign(
dynamic context, {String? atSign, String? nickName}) → Future -
blockUnblockContact(
{required AtContact contact, required bool blockAction}) → dynamic -
checkAtsign(
String? atSign) → Future< bool> -
clearAtSigns(
) → dynamic -
deleteAtSign(
{required String atSign}) → dynamic -
disposeControllers(
) → void -
fetchBlockContactList(
) → dynamic -
fetchContacts(
) → Future< List< AtContact?> > -
getContactDetails(
String? atSign, String? nickName) → Future< Map< String, dynamic> > -
initContactsService(
AtClientImpl atClientInstanceFromApp, String currentAtSign, String rootDomainFromApp, int rootPortFromApp) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeSelectedAtSign(
AtContact? contact) → dynamic -
resetData(
) → dynamic -
selectAtSign(
AtContact? contact) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited