stopRFIDReader method

void stopRFIDReader()

Used to stop the scanning process.

Implementation

void stopRFIDReader() {
  _bridge.invokeMethod("stopRFIDReader", []);
}