hasOnlySecureContent method

Future<bool> hasOnlySecureContent()

A Boolean value indicating whether all resources on the page have been loaded over securely encrypted connections.

Officially Supported Platforms/Implementations:

Implementation

Future<bool> hasOnlySecureContent() {
  throw UnimplementedError(
      'hasOnlySecureContent is not implemented on the current platform');
}