AFBaseExtensionContext class

Root class for contexts that extend AFib at the earliest, 'base' phase.

First phase of AFib extension, can register libraries and configuration items, which appear in xxx_config.g.dart.

Implementers

Constructors

AFBaseExtensionContext()

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
registerConfigurationItem(AFConfigurationItem entry) → void
Used to register a configuration item that appears in xxx_config.g.dart.
registerLibrary(AFLibraryID id) → void
Used to register the exists of an integrated AFib-aware library.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited