setValue<T extends K> abstract method

Future<RequestResponse<T?>> setValue<T extends K>(
  1. T obj,
  2. String? docName,
  3. String docField,
  4. dynamic docValue,
)

Returns the modified document T after setting the docField with docValue.

Implementation

Future<RequestResponse<T?>> setValue<T extends K>(
    T obj, String? docName, String docField, dynamic docValue);