toNotification method
Implementation
Notification toNotification({ClientUriConverter? clientUriConverter}) {
return Notification(
'analysis.navigation', toJson(clientUriConverter: clientUriConverter));
}
Notification toNotification({ClientUriConverter? clientUriConverter}) {
return Notification(
'analysis.navigation', toJson(clientUriConverter: clientUriConverter));
}