Authenticate a user
Email and password
await MBAuth.authenticateUser('email', 'password');Social
await MBAuth.authenticateUserWithSocial(
'socialToken',
MBAuthSocialLoginType.facebook,
);How to know if user is logged in
Last updated