sendRequest abstract method
Implementation
Future sendRequest(
String topic,
String method,
dynamic params, {
int? id,
int? ttl,
EncodeOptions? encodeOptions,
String? appLink,
bool openUrl = true,
});
Future sendRequest(
String topic,
String method,
dynamic params, {
int? id,
int? ttl,
EncodeOptions? encodeOptions,
String? appLink,
bool openUrl = true,
});