BackgroundFetchUpdateUIEvent constructor

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

Implementation

external factory BackgroundFetchUpdateUIEvent(
    String type, BackgroundFetchEventInit init);