ackAddFriend method Null safety
确认添加好友
Implementation
Future<NIMResult<void>> ackAddFriend({required String userId, bool isAgree = true}) async {
return _platform.ackAddFriend(userId, isAgree);
}
确认添加好友
Future<NIMResult<void>> ackAddFriend({required String userId, bool isAgree = true}) async {
return _platform.ackAddFriend(userId, isAgree);
}