LicenseCallback typedef

LicenseCallback = Future<Uint8List> Function(Uint8List challenge)

Callback that returns a DRM license from the given challenge data.

Implementation

typedef LicenseCallback = Future<Uint8List> Function(Uint8List challenge);