menu
noor_go package
documentation
customer_app/domain/interface/profile.dart
ProfileInterface
checkMyId abstract method
checkMyId abstract method
dark_mode
light_mode
checkMyId
abstract method
Future
<
Either
<
ProfileModel
,
dynamic
>
>
checkMyId
(
BuildContext
context
,
String
?
code
)
Implementation
Future<Either<ProfileModel, dynamic>> checkMyId( BuildContext context, String? code);
noor_go package
documentation
customer_app/domain/interface/profile
ProfileInterface
checkMyId abstract method
ProfileInterface class