stopBluetoothScan method

  1. @override
Future<bool> stopBluetoothScan()
override

Stops scanning for Bluetooth devices.

Implementation

@override
Future<bool> stopBluetoothScan() async => await methodChannel.invokeMethod<bool>('stopBluetoothScan') ?? false;