Sends a notification to the peer.
void sendNotification(String method, Object? params) => writeMessage({'jsonrpc': '2.0', 'method': method, 'params': params});