startScan method

Future<bool?> startScan()

Implementation

Future<bool?> startScan() {
  return UrovoScanPlatform.instance.startScan();
}