StreamOfflinePluginFactory
class StreamOfflinePluginFactory @JvmOverloads constructor(appContext: Context, now: () -> Long = { System.currentTimeMillis() }) : PluginFactory, RepositoryFactory.Provider
Implementation of PluginFactory that provides OfflinePlugin.
Parameters
appContext