writeLock method

Future<void> writeLock()

DOC:

Implementation

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