Added comments

This commit is contained in:
thomashii@dukefirehawk.com 2023-12-12 10:30:48 +08:00
parent 42ca54ec0f
commit d466f2e776

View file

@ -1,3 +1,5 @@
/// A message handler class that handles the encoding/decoding of messages send
/// between isolate [Client] and [Server].
class MessageHandler { class MessageHandler {
static const _requestId = 'request_id'; static const _requestId = 'request_id';
static const _method = 'method'; static const _method = 'method';