getAll method

Implementation

Future<ResponseListDTO<NotificationDTO>> getAll() async {
  return await _repository!.getAll();
}