- Dart
- dart:html
- BackgroundFetchedEvent
- BackgroundFetchedEvent factory constructor
BackgroundFetchedEvent constructor
BackgroundFetchedEvent(String type, Map init)
Implementation
factory BackgroundFetchedEvent(String type, Map init) {
var init_1 = convertDartToNative_Dictionary(init);
return BackgroundFetchedEvent._create_1(type, init_1);
}