declineInvite method Null safety
拒绝入群邀请
Implementation
Future<NIMResult<void>> declineInvite(
String teamId, String inviter, String reaseon) async {
throw UnimplementedError('declineInvite() is not implemented');
}
拒绝入群邀请
Future<NIMResult<void>> declineInvite(
String teamId, String inviter, String reaseon) async {
throw UnimplementedError('declineInvite() is not implemented');
}