import 'package:app_flowy/workspace/domain/page_stack/page_stack.dart'; abstract class IPageStack { void setPageContext(HomeStackView context); }