We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dart 1.24.3, compiled with dart2js using --csp flag Running on ChromeOS:
--csp
import 'package:chrome/chrome_app.dart' as chrome; void main() { chrome.Advertisement advertisement = new chrome.Advertisement(type: chrome.AdvertisementType.BROADCAST, serviceUuids: <String>['1234']); int id = await chrome.bluetoothLowEnergy.registerAdvertisement(advertisement); //error }
Throws: Error: Invalid argument for property 1. Property 'serviceUuids': expected 'Array' got 'object'.
Error: Invalid argument for property 1. Property 'serviceUuids': expected 'Array' got 'object'.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dart 1.24.3, compiled with dart2js using
--csp
flagRunning on ChromeOS:
Throws:
Error: Invalid argument for property 1. Property 'serviceUuids': expected 'Array' got 'object'.
The text was updated successfully, but these errors were encountered: