WAWorkletModuleRegistrar class
Registrar passed to module loaders.
A module should call registerProcessor for each processor it provides.
Constructors
- WAWorkletModuleRegistrar(void _register(String name, WAWorkletProcessor factory()))
- Creates a registrar used by the runtime to collect processors.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
registerProcessor(
String name, WAWorkletProcessor factory()) → void - Registers a processor factory exposed by the module.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited