ScreenShareController constructor
- CallService _callService, {
- required Rx<
OngoingCall> call, - required void pop()?,
Implementation
ScreenShareController(
this._callService, {
required this.call,
required this.pop,
});
ScreenShareController(
this._callService, {
required this.call,
required this.pop,
});