getIFrameId method

Future<String?> getIFrameId()

Returns the iframe id attribute used on the Web platform.

Officially Supported Platforms/Implementations:

  • Web

Implementation

Future<String?> getIFrameId() => platform.getIFrameId();