RTMPS constructor

RTMPS({
  1. String? url,
  2. String? streamKey,
})

Implementation

RTMPS({
  String? url,
  String? streamKey,
})  : url = url ?? '',
      streamKey = streamKey ?? '';