sendGroupMsg method

void sendGroupMsg(
  1. int groupId,
  2. String msg
)

Implementation

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