stopBluetoothScan method

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

Implementation

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