licenseCallback property
A callback to retrieve a DRM license.
This is optional. Either licenseServerUrl or licenseCallback can be specified.
This callback is called multiple times while the video is playing. Note that the platform thread (main thread) is blocked while this callback is running. If the execution of this callback is delayed, the program may hang or fail to process user input.
Implementation
final LicenseCallback? licenseCallback;