Logout

Logging out disconnects current user from FCM service and terminates realtime connection.

[[TalkPlus sharedInstance] logout:^{
    // SUCCESS
} failure:^(int errorCode, NSError *error) {
    // FAILURE
}];

Last updated