BaseAppModules<T> 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
-
localizationsDelegates
→ List<
LocalizationsDelegate> -
no setter
-
modules
→ List<
BaseModule> -
no setter
- params ↔ T
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clear(
) → Future< void> -
dependenciesCreated(
) → Future< void> -
init(
T params) → Future< void> -
inject(
GetIt getIt) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onAppContextChange(
BuildContext context) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited