ServerConnectedParams.fromNotification constructor
ServerConnectedParams.fromNotification(
- Notification notification
Implementation
factory ServerConnectedParams.fromNotification(Notification notification) {
return ServerConnectedParams.fromJson(
ResponseDecoder(null), 'params', notification.params);
}