getAll method
Retrieve all stored templates.
Implementation
@override
Future<List<FaceTemplate>> getAll() async => _store.values.toList();
Retrieve all stored templates.
@override
Future<List<FaceTemplate>> getAll() async => _store.values.toList();