menu
noor_go package
documentation
customer_app/domain/interface/profile.dart
ProfileInterface
makeSeen abstract method
makeSeen abstract method
dark_mode
light_mode
makeSeen
abstract method
Future
<
Either
>
makeSeen
(
{
required
int
id
,
required
BuildContext
context
,
})
Implementation
Future<Either<dynamic, dynamic>> makeSeen({ required int id, required BuildContext context, });
noor_go package
documentation
customer_app/domain/interface/profile
ProfileInterface
makeSeen abstract method
ProfileInterface class