notifyProgress method

void notifyProgress(
  1. ProgressNotification notification
)
inherited

Notifies the peer of progress towards completing some request.

Implementation

void notifyProgress(ProgressNotification notification) =>
    sendNotification(ProgressNotification.methodName, notification);