httpsUrl method

String httpsUrl()

Generates a https url.

Example:

  faker.internet.httpsUrl();

Implementation

String httpsUrl() => uri('https');