initModule

open override fun initModule()

Initialises the network mock repositories once the DataStore is ready.

Called automatically by com.worldline.devview.core.rememberModules after initDataStore has run. The DataStore is retrieved from dataStoreDelegate and passed explicitly to NetworkMockInitializer.initialize so the initializer remains independent and testable.