fetchCrl method

  1. @override
Future<Uint8List?> fetchCrl(
  1. Uri url
)
override

Implementation

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