BaseModule class abstract
inspired by https://github.com/tungnddev/flutter_micro_frontend/blob/main/modules/core/lib/src/base/base_module.dart
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- localizationsDelegate → LocalizationsDelegate?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addSubscription(
StreamSubscription subscription) → StreamSubscription -
clear(
) → Future< void> -
dependenciesCreated(
GetIt getIt) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeSubscription(
StreamSubscription subscription) → void -
setupDependencies(
GetIt getIt) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited