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