Select Git revision
ClientLoader.swift
Session+Notifications.swift 263 B
extension Session {
public func registerNotifications(_ string: String) throws {
try client.bindings.registerNotifications(string)
}
public func unregisterNotifications() throws {
try client.bindings.unregisterNotifications()
}
}