I'm trying to use .addNotificationBlock method in Swift Realm. I have other methods but not actually this one (look at the image). Why?
let realm = RealmService.shared.realm
racks = realm.objects(Rack.self)
notificationToken = realm.??? { (notification, realm) in
self.tableView.reloadData()
