Send a notification (no response expected).
void sendNotification(String method, Map<String, dynamic> params) { _send({'jsonrpc': '2.0', 'method': method, 'params': params}); }