menu
hubble_main package
documentation
app/data/app_repo.dart
IAppRepo
getNotifications abstract method
getNotifications abstract method
dark_mode
light_mode
getNotifications
abstract method
Future
<
Result
<
InAppNotifications
>
>
getNotifications
(
String
?
cursor
)
Implementation
Future<Result<InAppNotifications>> getNotifications(String? cursor);
hubble_main package
documentation
app/data/app_repo
IAppRepo
getNotifications abstract method
IAppRepo class