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