NotificationRepository constructor

NotificationRepository(
  1. ParodiaHTTP http
)

Implementation

NotificationRepository(ParodiaHTTP http) {
  _http = http;
}