Added comments
This commit is contained in:
parent
42ca54ec0f
commit
d466f2e776
1 changed files with 2 additions and 0 deletions
|
@ -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';
|
||||||
|
|
Loading…
Reference in a new issue