clearMetadata

open fun clearMetadata(@NonNull section: String)

Removes all the data from the specified section.


open fun clearMetadata(@NonNull section: String, @NonNull key: String)

Removes data with the specified key from the specified section.