Send a progress notification.
void progress({required String token, required Map<String, dynamic> value}) { sendNotification(r'$/progress', {'token': token, 'value': value}); }