InitOncePlugin mixin
A mixin to mark any plugin to be loaded only once after the Platform has been initialized. This mixin can be used together with PreloadedPlugin to ensure that the plugin is loaded at the correct time in the initialization sequence.
- Superclass constraints
- Mixin applications
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialized → bool
-
no setter
- name → String
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String
-
finalinherited
Methods
-
dispose(
) → Future< void> -
override
-
disposeOnce(
) → Future< void> -
init(
) → Future< void> -
override
-
initOnce(
) → Future< void> -
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