set method

Future<bool> set(
  1. T? data
)

Implementation

Future<bool> set(T? data) => _w(key, data?.source);