sendRequest abstract method

Future sendRequest(
  1. String topic,
  2. String method,
  3. Map<String, dynamic> params, {
  4. int? id,
  5. int? ttl,
  6. EncodeOptions? encodeOptions,
  7. String? appLink,
  8. bool openUrl = true,
  9. TVFData? tvf,
})

Implementation

Future<dynamic> sendRequest(
  String topic,
  String method,
  Map<String, dynamic> params, {
  int? id,
  int? ttl,
  EncodeOptions? encodeOptions,
  String? appLink,
  bool openUrl = true,
  TVFData? tvf,
});