MethodChannelPlatformWebViewController constructor

MethodChannelPlatformWebViewController(
  1. int id
)

Implementation

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