remove method
Removes handle from Client Context and drops debot engine referenced by that handle.
Implementation
Future<void> remove(ParamsOfRemove params) async {
await _tonCore.request('debot.remove', params.toString());
}
Removes handle from Client Context and drops debot engine referenced by that handle.
Future<void> remove(ParamsOfRemove params) async {
await _tonCore.request('debot.remove', params.toString());
}