parrot library
Parrot core.
Classes
- Module
- Module definition.
- ModuleRef
- Module reference.
- Parrot
- Parrot Application.
- UseModuleEffect
- Use Module effect.
Extensions
- ModuleEffectExtension on Module
- Module effect extension.
Typedefs
-
ModuleEffect
= Future<
void> Function(ModuleRef ref, ModuleEffectNext next) - Module effect.
-
ModuleEffectNext
= Future<
void> Function() - Module effect next.
-
Provider<
T> = FutureOr< T> Function(ModuleRef ref) - Module provider.
Exceptions / Errors
- ParrotException
- Parrot basic exception.
- ParrotModuleExportIllegalException
- Parrot - Module export illegal exception.
- ParrotModuleNotFoundException
- Parrot module not found exception.
- ParrotNamedProviderNotFoundException
- Parrot - Named provider not found exception.
- ParrotProviderDuplicationException
- Parrot - Provider Duplication Exception.
- ParrotProviderNotFoundException
- Parrot - Provider not found exception.