RemoteVideoPageView constructor

const RemoteVideoPageView({
  1. Key? key,
  2. required List<Connection> connections,
})

Implementation

const RemoteVideoPageView({Key? key, required this.connections})
    : super(key: key);