add<T> abstract method

Future<Result<String>> add<T>(
  1. JsonObject object
)

Implementation

Future<Result<String>> add<T>(JsonObject object);