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