makeReadOnly method

Future<void> makeReadOnly([
  1. NDEFMakeReadOnlyOptions? options
])

Implementation

Future<void> makeReadOnly([NDEFMakeReadOnlyOptions? options]) => js_util
    .promiseToFuture(js_util.callMethod(this, 'makeReadOnly', [options]));