Client
Meteor.logout([callback])
import { Meteor } from 'meteor/meteor'
Source Log the user out.
Arguments
- callback Function
-
Optional callback. Called with no arguments on success, or with a single
Error
argument on failure.
Meteor.logout([callback])
import { Meteor } from 'meteor/meteor'
Source Log the user out.
Optional callback. Called with no arguments on success, or with a single Error
argument on failure.
Please login to continue.