update<T> method

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

Implementation

Future<Result<T>> update<T>(JsonObject<T> dto) async =>
    await adapter.update<T>(dto);