part of '../customer.dart'; abstract class ICustomerRepository { Future> getPoints(); }