scanBluetooth method

Future<String?> scanBluetooth()

Implementation

Future<String?> scanBluetooth() {
  return IosbluetoothconnectorPlatform.instance.startScanningBluetooth();
}