setLoggedInPassword method

Future<void> setLoggedInPassword(
  1. String name
)

Implementation

Future<void> setLoggedInPassword(String name) async => _setValue(AppConstants.loggedInPassword, name);