setLoggedInUser method

Future setLoggedInUser(
  1. String uk
)

Implementation

Future setLoggedInUser(String uk) async {
  return await _authHiveRepository.box.put('userKey', uk);
}