stopScan method

Future<void> stopScan()

Stop all card scanning

Implementation

Future<void> stopScan() {
  return _instance.stopScan();
}