groupCall abstract method

Future<ActionCallback> groupCall(
  1. List<String> userIdList,
  2. String type,
  3. String? groupId
)

Implementation

Future<ActionCallback> groupCall(
    List<String> userIdList, String type, String? groupId);