update<T> abstract method

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

Implementation

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