undoLocalEdits

suspend fun undoLocalEdits(): Result<Unit>

Undos all of the local edits in all the tables.

Return

A Result that has no value.

Since

200.1.0

See also