import 'package:flutter/material.dart'; abstract class DogRepository { Future> getDogImages({int count}); }