buildMessage abstract method

Future<Result<List<int>>> buildMessage(
  1. int msgID,
  2. int msgTag,
  3. String recvName,
  4. List<int> content,
  5. bool isEncrypted,
  6. bool isCached,
  7. bool isFirst,
  8. bool isLast,
  9. bool isRequest,
)

Implementation

Future<Result<List<int>>> buildMessage(
  int msgID,
  int msgTag,
  String recvName,
  List<int> content,
  bool isEncrypted,
  bool isCached,
  bool isFirst,
  bool isLast,
  bool isRequest,
);