menu
face_detection_lock package
documentation
domain/face_template_store.dart
FaceTemplateStore
getAll abstract method
getAll abstract method
dark_mode
light_mode
getAll
abstract method
Future
<
List
<
FaceTemplate
>
>
getAll
(
)
Retrieve all stored templates.
Implementation
Future<List<FaceTemplate>> getAll();
face_detection_lock package
documentation
domain/face_template_store
FaceTemplateStore
getAll abstract method
FaceTemplateStore class