set abstract method

Future<void> set(
  1. T value
)

Pushes a new value to the resource.

Implementation

Future<void> set(T value);