updateService method

Future<ServiceRequestResult> updateService({
  1. ForegroundTaskOptions? foregroundTaskOptions,
  2. String? notificationTitle,
  3. String? notificationText,
  4. NotificationIconData? notificationIcon,
  5. List<NotificationButton>? notificationButtons,
  6. Function? callback,
})

Implementation

Future<ServiceRequestResult> updateService({
  ForegroundTaskOptions? foregroundTaskOptions,
  String? notificationTitle,
  String? notificationText,
  NotificationIconData? notificationIcon,
  List<NotificationButton>? notificationButtons,
  Function? callback,
}) {
  throw UnimplementedError('updateService() has not been implemented.');
}