NativePlayerView constructor

const NativePlayerView({
  1. Key? key,
  2. dynamic onViewCreated(
    1. int viewId
    )?,
})

Implementation

const NativePlayerView({super.key, this.onViewCreated});