ArcaneUserService<U extends ModelCrud, C extends ModelCrud, S extends ModelCrud> class abstract

Inheritance
  • Object
  • Service
  • StatelessService
  • ArcaneUserService

Constructors

ArcaneUserService.new()

Properties

$capabilities → C
no setter
$capabilitiesStream Stream<C?>
no setter
$settings → S
no setter
$settingsStream Stream<S?>
no setter
$user → U
no setter
$userStream Stream<U?>
//
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state → ServiceState
no setterinherited

Methods

bind(UserMeta user) Future<void>
createUserCapabilitiesModel(UserMeta meta) → C
createUserModel(UserMeta meta) → U
createUserSettingsModel(UserMeta meta) → S
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onLoggedIn(U user) → void
onPostBind(U user) Future<void>
onPostSignOut() Future<void>
onPostUnbind() Future<void>
onPreSignOut() Future<void>
onStart() → void
inherited
onStop() → void
inherited
restartService() → void
inherited
signOut(BuildContext context) Future<void>
startService() → void
inherited
stopService() → void
inherited
toString() String
A string representation of this object.
inherited
unbind() Future<void>

Operators

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