stopScan method

  1. @override
Future<bool?> stopScan()
override

stopScan stops scanning for BLE devices.

This method will stop the streaming of BLE devices.

Implementation

@override
Future<bool?> stopScan() => Future.value(true);