acceptInvite method Null safety
接受别人的入群邀请
Implementation
Future<NIMResult<void>> acceptInvite(String teamId, String inviter) async {
throw UnimplementedError('acceptInvite() is not implemented');
}
接受别人的入群邀请
Future<NIMResult<void>> acceptInvite(String teamId, String inviter) async {
throw UnimplementedError('acceptInvite() is not implemented');
}