sendRequest abstract method
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,
});