endScanningPhase method

Future<void> endScanningPhase()

Implementation

Future<void> endScanningPhase() {
  return _controller.endScanningPhase();
}