FaceDatabase constructor

FaceDatabase()

Implementation

factory FaceDatabase() {
  _instance ??= FaceDatabase._internal();
  return _instance!;
}