addMembersEx method

Future<NIMResult<List<String>>> addMembersEx(
  1. String teamId,
  2. List<String> accounts,
  3. String msg,
  4. String customInfo,
)

Implementation

Future<NIMResult<List<String>>> addMembersEx(String teamId,
    List<String> accounts, String msg, String customInfo) async {
  throw UnimplementedError('addMembersEx() is not implemented');
}