Clients class
Provides access to Client objects. Access it via self.clients within a service worker.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- Clients.new()
-
factory
Properties
-
claim
↔ Future<
void> Function() -
Available on Clients, provided by the Clients$Typings extension
getter/setter pair -
get
↔ Future<
Client?> Function(String) -
Available on Clients, provided by the Clients$Typings extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
-
matchAll
↔ Future<
ReadonlyArray> Function<T extends ClientQueryOptions>([T?]) -
Available on Clients, provided by the Clients$Typings extension
getter/setter pair -
openWindow
↔ Future<
WindowClient?> Function(Object) -
Available on Clients, provided by the Clients$Typings extension
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited