addById<T> abstract method

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

Implementation

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