set abstract method

Future<void> set(
  1. String topic,
  2. JsonRpcRequest value, {
  3. String? chainId,
})

Implementation

Future<void> set(
  String topic,
  JsonRpcRequest value, {
  String? chainId,
});