supportedSchemes property

  1. @override
Set<String> get supportedSchemes

A Set of String that contains all supported URL schemes for this processor.

Implementation

@override
Set<String> get supportedSchemes => const <String>{"http", "https"};