Remove unused model
This commit is contained in:
parent
87672faf62
commit
19cb8989fe
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
import 'package:photos/core/configuration.dart';
|
||||
|
||||
class Face {
|
||||
final int id;
|
||||
|
||||
Face.fromJson(Map<String, dynamic> json) : id = json["id"];
|
||||
|
||||
String getThumbnailUrl() {
|
||||
return Configuration.instance.getHttpEndpoint() +
|
||||
"/photos/face/thumbnail/" +
|
||||
id.toString() +
|
||||
"?token=" +
|
||||
Configuration.instance.getToken();
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue