saveDoc<T extends K> abstract method
Returns the saved document T
after saving in the backend.
Implementation
Future<RequestResponse<T?>> saveDoc<T extends K>(T doc);
Returns the saved document T
after saving in the backend.
Future<RequestResponse<T?>> saveDoc<T extends K>(T doc);