BackgroundFetchEvent constructor

BackgroundFetchEvent(
  1. String type,
  2. BackgroundFetchEventInit init
)

Implementation

external factory BackgroundFetchEvent(
    String type, BackgroundFetchEventInit init);