getIFrameId method

Future<String?> getIFrameId()

Returns the iframe id attribute used on the Web platform.

Officially Supported Platforms/Implementations:

  • Web

Implementation

Future<String?> getIFrameId() {
  throw UnimplementedError(
      'getIFrameId is not implemented on the current platform');
}