sendNotification method
Sends a notification to the peer.
Implementation
void sendNotification(String method, [Notification? notification]) =>
_peer.isClosed ? null : _peer.sendNotification(method, notification);
Sends a notification to the peer.
void sendNotification(String method, [Notification? notification]) =>
_peer.isClosed ? null : _peer.sendNotification(method, notification);