menu
noor_go package
documentation
customer_app/domain/interface/auth.dart
AuthInterface
sendCode abstract method
sendCode abstract method
dark_mode
light_mode
sendCode
abstract method
Future
<
Either
>
sendCode
(
{
required
String
phone
,
})
Implementation
Future<Either<dynamic, dynamic>> sendCode({ required String phone, });
noor_go package
documentation
customer_app/domain/interface/auth
AuthInterface
sendCode abstract method
AuthInterface class