startBackgroundService method

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

Implementation

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