loginWithHcp method

void loginWithHcp(
  1. HCP hcp
)

Implementation

void loginWithHcp(HCP hcp){
  _libraryData.saveValue("user", hcp);
}