destroyStorage

abstract suspend fun destroyStorage(context: Context): Result<Boolean>

Removes the stored data for this instance.

Return

The Result of performing this operation.

Parameters

context

Interface to global information about an application environment.