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