cancelRequest method
Cancel a pending request on the remote side.
Implementation
void cancelRequest(String id) {
sendNotification(r'$/cancelRequest', {'id': id});
}
Cancel a pending request on the remote side.
void cancelRequest(String id) {
sendNotification(r'$/cancelRequest', {'id': id});
}