SmsPhotoInfoData constructor
SmsPhotoInfoData({
- required Uint8List? bytes,
Implementation
SmsPhotoInfoData({
required this.bytes,
});
SmsPhotoInfoData({
required this.bytes,
});