isMigrationRequired

open suspend override fun isMigrationRequired(context: Context): Boolean(source)

Returns true if the storageClient contains at least one legacy account, indicating that migration is required.

Return

true if legacy accounts exist, false to skip migration.

Parameters

context

The Android application context.