makeReadOnly method

Future<void> makeReadOnly()

Implementation

Future<void> makeReadOnly() {
  return hostApi.ndefMakeReadOnly(handle: _handle);
}