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