getInstanceId method

Future<String?> getInstanceId()

Gets the instance ID of this WebView controller.

Implementation

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