Migration

interface Migration

Properties

Link copied to clipboard
abstract val fromVersion: Int
Link copied to clipboard
abstract val toVersion: Int

Functions

Link copied to clipboard
abstract suspend fun migrate(prefs: MutablePreferences)