scheme property

  1. @override
String scheme

Implementation

@override
String get scheme => options.credentials.isSecure ? 'https' : 'http';