certificateURL property
String?
get
certificateURL
Implementation
String? get certificateURL {
if (Platform.isIOS) {
return 'https://app.tpstreams.com/static/fairplay.cer';
}
return null;
}