send method
Used by Debot Browser to send response on Dinterface call or from other Debots.
Implementation
Future<void> send(ParamsOfSend params) async {
await _tonCore.request('debot.send', params.toString());
}
Used by Debot Browser to send response on Dinterface call or from other Debots.
Future<void> send(ParamsOfSend params) async {
await _tonCore.request('debot.send', params.toString());
}