put<T> abstract method

Future<int> put<T>(
  1. T object
)

Implementation

Future<int> put<T>(T object);