addFriend method
Implementation
Future<NIMResult<void>> addFriend(
String userId, String? message, NIMVerifyType verifyType) async {
throw UnimplementedError('addFriend() is not implemented');
}
Future<NIMResult<void>> addFriend(
String userId, String? message, NIMVerifyType verifyType) async {
throw UnimplementedError('addFriend() is not implemented');
}