save method Null safety

  1. @override
Future save(
  1. String? correlation_id,
  2. List<T?> items
)
override

Saves given data items to external JSON file.

  • correlation_id (optional) transaction id to trace execution through call chain.
  • items list if data items to save Return Future that error or null for success.