backgroundService property

BackgroundServiceApi backgroundService

Defines events for background web platform features.

Implementation

BackgroundServiceApi get backgroundService =>
    _backgroundService ??= BackgroundServiceApi(client);