menu
eliud_pkg_notifications_model package
documentation
model/notification_repository.dart
NotificationRepository
getEntity abstract method
getEntity abstract method
dark_mode
light_mode
getEntity
abstract method
Future
<
NotificationEntity
?
>
getEntity
(
String
?
id
, {
dynamic
onError
(
Exception
)?,
})
inherited
Implementation
Future<U?> getEntity(String? id, {Function(Exception)? onError});
eliud_pkg_notifications_model package
documentation
model/notification_repository
NotificationRepository
getEntity abstract method
NotificationRepository class