unsubscribe method
Cancels a subscription specified by its handle.
Implementation
Future<void> unsubscribe(ResultOfSubscribeCollection params) async {
await _tonCore.request('net.unsubscribe', params.toString());
}
Cancels a subscription specified by its handle.
Future<void> unsubscribe(ResultOfSubscribeCollection params) async {
await _tonCore.request('net.unsubscribe', params.toString());
}