protocol property

String get protocol

Implementation

String get protocol => kIsWeb ? html.window.location.protocol : "";