writeLock method

Future<void> writeLock()

Implementation

Future<void> writeLock() {
  return hostApi.ndefWriteLock(handle: _handle);
}