ScreenShareController constructor

ScreenShareController(
  1. CallService _callService, {
  2. required Rx<OngoingCall> call,
  3. required void pop()?,
})

Implementation

ScreenShareController(
  this._callService, {
  required this.call,
  required this.pop,
});