fetchOcsp method

  1. @override
Future<Uint8List?> fetchOcsp(
  1. Uri url,
  2. Uint8List requestDer
)
override

Implementation

@override
Future<Uint8List?> fetchOcsp(Uri url, Uint8List requestDer) async {
  throw UnsupportedError('HttpRevocationDataProvider não é suportado na web.');
}