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