updateLocalView method Null safety

Future<void> updateLocalView(
  1. dynamic viewId
)

Update the preview image of local video (only for iOS)

Parameters:

viewId Control that carries the video image

Implementation

Future<void> updateLocalView(viewId) {
  return TRTCCloudVideoViewController(viewId).updateLocalView(viewId);
}