CoreInjection extension

on

Methods

registerAppRouter<T extends BaseAppRouter>(T? router, {bool enableNavigationLogs = true}) → void

Available on GetIt, provided by the CoreInjection extension

Registers the app router and navigator for navigation management.
registerCore() → void

Available on GetIt, provided by the CoreInjection extension

Registers core dependencies if they haven't been registered yet.
resetCore() Future<void>

Available on GetIt, provided by the CoreInjection extension

Unregisters the core dependencies registered by registerCore.