cancel_monitor method
Cancels all background activity and releases all allocated system resources for the specified monitoring queue.
Implementation
Future<void> cancel_monitor(ParamsOfCancelMonitor params) async {
await _tonCore.request('processing.cancel_monitor', params.toString());
}