sendMessage abstract method

Future<int> sendMessage(
  1. String recvName,
  2. List<int> content,
  3. bool isEncrypted,
  4. bool isCached,
)

Implementation

Future<int> sendMessage(
  String recvName,
  List<int> content,
  bool isEncrypted,
  bool isCached,
);