AndroidVoipVideoWidget constructor

AndroidVoipVideoWidget(
  1. bool isOut, {
  2. Key? key,
})

Implementation

AndroidVoipVideoWidget(this.isOut, {Key? key}) : super(key: key);