sendUserMsg method

void sendUserMsg(
  1. int userId,
  2. String msg
)

Implementation

void sendUserMsg(int userId, String msg) {
  throw UnimplementedError('sendUserMsg() has not been implemented.');
}