AttachmentMediaNotifier constructor
- required dynamic attachment,
- required dynamic ref,
Implementation
AttachmentMediaNotifier({required this.attachment, required this.ref})
: super(const AttachmentMediaState()) {
_init();
}
AttachmentMediaNotifier({required this.attachment, required this.ref})
: super(const AttachmentMediaState()) {
_init();
}