part of '../auth.dart'; abstract class IAuthRepository { Future> checkPhone({ required String phoneNumber, }); }