saveContent abstract method

Future<void> saveContent(
  1. T content
)

Stores the object content of type T inside the predefined (by the implementer) persistent system.

Implementation

Future<void> saveContent(final T content);