commit method
Commits exactly the bytes bound into prepared.
Implementation
Future<OkfBundleCommitResult> commit(OkfPreparedChange prepared) =>
OkfBundleApplyLock.synchronized(
prepared._plan.rootPath,
() => _commitLocked(prepared),
);