start method

Future<void> start()

Implementation

Future<void> start() {
  return _api.startScan(_guid);
}