StreamOfflinePluginFactory
constructor(appContext: Context, ignoredChannelTypes: Set<String> = emptySet(), now: () -> Long = { System.currentTimeMillis() })
Parameters
appContext
ignoredChannelTypes
Set of channel types that should be ignored by the offline plugin.
now
Function to get the current time in milliseconds. Useful for testing purposes.