getMemberInvitor method

Future<NIMResult<Map<String, String>>> getMemberInvitor(
  1. String teamId,
  2. List<String> accids
)

Implementation

Future<NIMResult<Map<String, String>>> getMemberInvitor(
    String teamId, List<String> accids) async {
  throw UnimplementedError('getMemberInvitor() is not implemented');
}