toNotification method

Notification toNotification({
  1. ClientUriConverter? clientUriConverter,
})

Implementation

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