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