notifyProgress method
Notifies the peer of progress towards completing some request.
Implementation
void notifyProgress(ProgressNotification notification) =>
sendNotification(ProgressNotification.methodName, notification);
Notifies the peer of progress towards completing some request.
void notifyProgress(ProgressNotification notification) =>
sendNotification(ProgressNotification.methodName, notification);