BackgroundFetchUIOptions constructor

BackgroundFetchUIOptions({
  1. Iterable<ImageResource>? icons,
  2. String? title,
})

Implementation

external factory BackgroundFetchUIOptions(
    {Iterable<ImageResource>? icons, String? title});