ContextInitializer

This class is responsible for initializing the ContextProvider in the application. It extends the Initializer interface, which means it is part of the initialization process of the application.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun create(context: Context): ContextProvider
Link copied to clipboard
open override fun dependencies(): List<Class<out Initializer<*>>>