registerWith static method
void
registerWith()
Registers this class as the default instance of WebViewPlatform.
Implementation
static void registerWith() {
WebViewPlatform.instance = WindowsWebViewPlatform();
}
Registers this class as the default instance of WebViewPlatform.
static void registerWith() {
WebViewPlatform.instance = WindowsWebViewPlatform();
}