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