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