setLoggedInUserName method

Future<void> setLoggedInUserName(
  1. String name
)

Implementation

Future<void> setLoggedInUserName(String name) async => _setValue(AppConstants.loggedInUserName, name);