add<T> abstract method

Future<int?> add<T>(
  1. JsonObject object
)

Implementation

Future<int?> add<T>(JsonObject object);