initialize method

Future<void> initialize()

Initializes inner webrtc.VideoRenderer.

Implementation

Future<void> initialize() async {
  Log.debug(
    'initialize()',
    '$runtimeType($debugLabel).${_mediaSourceKind.name}',
  );
  await _delegate.initialize();
}