stopScanning method
Stops the current scanning session.
The final result will be delivered via the Future returned by startScanning.
Implementation
Future<void> stopScanning() async {
return _channel.stopRoomCapture();
}
Stops the current scanning session.
The final result will be delivered via the Future returned by startScanning.
Future<void> stopScanning() async {
return _channel.stopRoomCapture();
}