put abstract method

Future<T?> put(
  1. R? request,
  2. [Map? args]
)

Implementation

Future<T?> put(R? request, [Map? args]);