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