startScanning method

Future<void> startScanning()

Implementation

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