cancelScan method

Future<void> cancelScan()

Stop recognition of the objects.

Implementation

Future<void> cancelScan() {
  return _channel.invokeMethod(_cancelScanMethod);
}