InjectIntoWebHead class final
Injects raw HTML content before the closing </head> tag in
web/index.html.
Example
InjectIntoWebHead(content: '<script src="app.js"></script>')
- Inheritance
-
- Object
- InstallOperation
- InjectIntoWebHead
Constructors
- InjectIntoWebHead({required String content})
-
Creates an InjectIntoWebHead operation.
const
Properties
Methods
-
describe(
) → String -
Returns a human-readable dry-run line for this operation.
override
-
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