call method

Future<ProfileEntity> call(
  1. String userId
)

Implementation

Future<ProfileEntity> call(String userId) => _repository.getProfile(userId);