startScan method

Future<void> startScan()

Implementation

Future<void> startScan() async {
  await _methodChannel.invokeMethod('startScan');
}