menu
face_detection_lock package
documentation
domain/face_template_store.dart
FaceTemplateStore
get abstract method
get abstract method
dark_mode
light_mode
get
abstract method
Future
<
FaceTemplate
?
>
get
(
String
id
)
Retrieve a template by
id
, or null if not found.
Implementation
Future<FaceTemplate?> get(String id);
face_detection_lock package
documentation
domain/face_template_store
FaceTemplateStore
get abstract method
FaceTemplateStore class