PlatformInfo constructor

const PlatformInfo({
  1. required PlatformMedia platformMedia,
  2. required PlatformHost platformHost,
})

Implementation

const PlatformInfo({required this.platformMedia, required this.platformHost});