ChatRepository constructor

ChatRepository()

Implementation

ChatRepository()
    : super(SharedPreferenceRepository(),
          RemoteRepository(HttpApiProvider(), 'An error occured'));