dart-gde / chrome.dart

Provide Dart interop with chrome.* APIs for Chrome Packaged Apps
Other
125 stars 48 forks source link

Calling API with array parameter throws error #281

Open baonhan opened 5 years ago

baonhan commented 5 years ago

Example: chrome.storage.sync.remove(['test']); throws TypeError: Error in invocation of storage.remove([string|array] keys, optional function callback): No matching signature.