part of '../outlet.dart'; abstract class IOutletRepository { Future> currentOutlet(); }