MultiPlatform constructor

const MultiPlatform({
  1. Key? key,
  2. required Profile profile,
  3. required Uint8List? imageBytesWeb,
})

Implementation

const MultiPlatform({
  super.key,
  required this.profile,
  required this.imageBytesWeb,
});