cancelScan method
Stop recognition of the objects.
Implementation
Future<void> cancelScan() {
return _channel.invokeMethod(_cancelScanMethod);
}
Stop recognition of the objects.
Future<void> cancelScan() {
return _channel.invokeMethod(_cancelScanMethod);
}