validateHttpsPath method

String validateHttpsPath()

Implementation

String validateHttpsPath() {
  return startsWith('https://') ? this : '';
}