- Index
- »
- hx
- »
- HxStdServices
type
HxStdServices
const mixin HxStdServices
Lookups for the standard built-in services supported by all runtimes. This mixin is implemented by both HxServiceRegistry
and HxRuntime
, but by convention client code should access services the runtime.
methods
context |
Context factory service |
---|---|
http |
HTTP APIs |
obs |
Observable APIs |
user |
User management APIs |
watch |
Watch subscription APIs |
Slot Details
context
abstract HxContextService context()
Context factory service
http
abstract HxHttpService http()
HTTP APIs
obs
abstract HxObsService obs()
Observable APIs
user
abstract HxUserService user()
User management APIs
watch
abstract HxWatchService watch()
Watch subscription APIs