updateBackgroundService method

Future<bool> updateBackgroundService({
  1. required NotificationPayload payload,
  2. required ServiceType type,
})

Implementation

Future<bool> updateBackgroundService({
  required NotificationPayload payload,
  required ServiceType type,
}) {
  throw UnimplementedError('updateService() has not been implemented.');
}