ExtensionRegistry class
Extension registry
Constructors
Properties
-
events
→ Stream<
ExtensionEvent> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
disableExtension(
String id) → Future< void> -
dispose(
) → Future< void> -
enableExtension(
String id) → Future< void> -
getConfig(
String id) → ExtensionConfig? -
getExtension(
String id) → Extension? -
getRegisteredExtensions(
) → List< String> -
getState(
String id) → ExtensionState? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
Extension extension, ExtensionConfig config) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
unregister(
String id) → Future< void> -
updateConfig(
String id, Map< String, dynamic> settings) → Future<void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited