DiveRTMPService constructor
DiveRTMPService({
- required String name,
- required List<
DiveRTMPServer> servers,
Implementation
DiveRTMPService({required this.name, required this.servers});