Future<NIMResult<void>> updateFriend( {required String userId, required String alias}) async { return _platform.updateFriend(userId, alias); }