MediagalleryController constructor
MediagalleryController({})
Implementation
MediagalleryController({
required this.service,
this.userID,
this.username,
this.cachedmediaList,
this.onMediaUpdated,
});
MediagalleryController({
required this.service,
this.userID,
this.username,
this.cachedmediaList,
this.onMediaUpdated,
});