menu
electrician_app
features/components/domain/repositories/component_repository.dart
ComponentRepository
getById abstract method
getById
dark_mode
light_mode
description
getById
abstract method
Future
<
Either
<
String
,
ComponentTemplate
>
>
getById
(
String
id
)
Get single component by ID
Implementation
Future<Either<String, ComponentTemplate>> getById(String id);
electrician_app
component_repository
ComponentRepository
getById abstract method
ComponentRepository class