startBluetoothScan method

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

Implementation

@override
Future<void> startBluetoothScan() async {
  await methodChannel.invokeMethod('startBluetoothScan');
}