startScanBlueTooth method

Future startScanBlueTooth()

Implementation

Future startScanBlueTooth() async {
  await _methodChannel.invokeMethod('startScanBlueTooth');
}