getIFrameId method
{@template flutter_webview_platform_interface.PlatformInAppWebViewController.getIFrameId}
Returns the iframe id attribute used on the Web platform.
Officially Supported Platforms/Implementations:
- Web @{endtemplate}
Implementation
Future<String?> getIFrameId() {
throw UnimplementedError(
'getIFrameId is not implemented on the current platform');
}