serviceFactory method
Implementation
ServiceFactory serviceFactory(Try<LcpLicense, LcpException>? license) =>
(context) => LcpContentProtectionService.createFactory(
license?.getOrNull(), license?.exceptionOrNull());
ServiceFactory serviceFactory(Try<LcpLicense, LcpException>? license) =>
(context) => LcpContentProtectionService.createFactory(
license?.getOrNull(), license?.exceptionOrNull());