encodeSseKeepAlive function

String encodeSseKeepAlive()

Encodes an SSE keepalive comment.

Implementation

String encodeSseKeepAlive() => ':\n\n';