ui backbone
This commit is contained in:
parent
3e374d24f6
commit
b7045fc242
24 changed files with 918 additions and 73 deletions
|
@ -15,6 +15,7 @@ class ImagesService {
|
|||
final ImagesApi _imagesApi;
|
||||
|
||||
late final Iterable<ImageModel> _imageModels;
|
||||
Iterable<ImageModel> get imageModels => _imageModels;
|
||||
|
||||
Future<void> _init() async {
|
||||
_imageModels = await _imagesApi.fetchImageUri(token: '');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue