wpLogin static method

dynamic wpLogin(
  1. WpUser wpUser
)

Login a user with the WpUser

Implementation

static wpLogin(WpUser wpUser) async {
  await Auth.set(wpUser, key: storageKey());
}