call abstract method

TRes call({
  1. String? serverName,
  2. bool? enabled,
  3. int? port,
  4. List<String>? whitelistedIPs,
  5. List<String>? interfaces,
  6. String? videoSortOrder,
})

Implementation

TRes call({
  String? serverName,
  bool? enabled,
  int? port,
  List<String>? whitelistedIPs,
  List<String>? interfaces,
  String? videoSortOrder,
});