unsetLocalTextureRender method

Future<void> unsetLocalTextureRender(
  1. TRTCVideoStreamType streamType
)

Implementation

Future<void> unsetLocalTextureRender(TRTCVideoStreamType streamType) async {
  await _channel.invokeMethod('unsetLocalTextureRender', {"streamType": streamType.value()});
}