DeviceContactService class

Mixed in types
  • LoggingMixin
  • LifecycleAwareMixin

Constructors

DeviceContactService(IUserPreferencesService _prefs, IAuthState _authState)

Properties

accountId String?
no setter
hashCode int
The hash code for this object.
no setterinherited
lastDeviceChange DateTime?
getter/setter pair
log → Logger
no setterinherited
loggerName String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userStateStream Stream<AuthUserProfile>
no setterinherited

Methods

checkSingleContactPermission(BuildContext context) Future<bool>
dispose() Future
inherited
doShutdown() Future
inherited
exec<R>(R block()) → R
inherited
findDeviceContactMatches(ISunnyContact sunnyContact, {int? limit}) Future<Iterable<TermSearchResult<Contact>>>
isShuttingDown() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onLogin(AsyncOrCallback onLogin) → void
inherited
onLogout(AsyncOrCallback onLogout) → void
inherited
onShutdown(_AsyncCallback callback) → void
inherited
onStartup(_AsyncCallback callback) → void
inherited
registerDisposer(FutureOr dispose()) → void
inherited
registerLoginHooks(IAuthState authState) → void
inherited
removeDisposer(FutureOr dispose()) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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