sendRequest abstract method

Future sendRequest(
  1. String topic,
  2. String method,
  3. Map<String, dynamic> params, {
  4. int? id,
})

Implementation

Future sendRequest(
  String topic,
  String method,
  Map<String, dynamic> params, {
  int? id,
});