update<T> abstract method

Future<Result<T>> update<T>(
  1. JsonObject dto
)

Implementation

Future<Result<T>> update<T>(JsonObject dto);