getIds method
- @DomName('BackgroundFetchManager.getIds')
- @DocsEditable()
- @Experimental()
Implementation
@DomName('BackgroundFetchManager.getIds')
@DocsEditable()
@Experimental() // untriaged
Future<List<String>> getIds() =>
promiseToFuture<List<String>>(JS("", "#.getIds()", this));