MethodChannelPlatformWebViewController constructor
MethodChannelPlatformWebViewController(
- int id
Implementation
MethodChannelPlatformWebViewController(this.id)
: _channel = MethodChannel('super_webview_controller_$id') {
_channel.setMethodCallHandler(_handleMethodCall);
}