getUserDetails method

Future<User> getUserDetails()

Implementation

Future<User> getUserDetails() => _releaseRepo.getUserDetails();