VideoServer constructor

VideoServer(
  1. {required int? port}
)

Requires a port to communicate through

Implementation

VideoServer({required super.port}) : super(device: Device.VIDEO);