saveContent abstract method
Stores the object content of type T inside the predefined (by the implementer) persistent system.
Implementation
Future<void> saveContent(final T content);
Stores the object content of type T inside the predefined (by the implementer) persistent system.
Future<void> saveContent(final T content);