lock method

Future<void> lock()

Implementation

Future<void> lock() async {
  if (NfcPlus._bridge != null) return;
  await NfcNativeDriver.lockNdef();
}