schemes property

  1. @override
Set<String> schemes
override

The protocol schemes support of the clients this factory produces.

Implementation

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