unlock method

  1. @MPI(name: "mesh.locker.w.unlock")
Future<void> unlock(
  1. String rid, {
  2. Context? ctx,
})

Unlock release write lock.

Implementation

@MPI(name: "mesh.locker.w.unlock")
Future<void> unlock(String rid, {Context? ctx}) {
  throw UnimplementedError('unlock() has not been implemented.');
}