startScanBluetooth method

  1. @override
Future<void> startScanBluetooth()
override

Implementation

@override
Future<void> startScanBluetooth() async {
  // TODO: implement startScanBluetooth
  return await methodChannel.invokeMethod<void>('startScanBluetooth');
}