startScanBluetooth method

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

Implementation

@override
Future<void> startScanBluetooth() {
  return methodChannel.invokeMethod<void>('startScanBluetooth');
}