defaultMMKV

actual fun MMKV.Companion.defaultMMKV(mode: MMKVMode, cryptKey: String?): MMKV
expect fun MMKV.Companion.defaultMMKV(mode: MMKVMode = MMKVMode.SINGLE_PROCESS, cryptKey: String? = null): MMKV

Get the default MMKV instance

Return

the default MMKV instance

Parameters

mode

process mode; default is single-process

cryptKey

encryption key (optional)

actual fun <Error class: unknown class>.defaultMMKV(mode: <Error class: unknown class>, cryptKey: String?): <Error class: unknown class>
actual fun MMKV.Companion.defaultMMKV(mode: MMKVMode, cryptKey: String?): MMKV