stopScan method
Stop scanning for BLE devices
Implementation
Future<void> stopScan() {
throw UnimplementedError('stopScan() has not been implemented.');
}
Stop scanning for BLE devices
Future<void> stopScan() {
throw UnimplementedError('stopScan() has not been implemented.');
}