FlWebViewController constructor

FlWebViewController(
  1. int id
)

Implementation

FlWebViewController(int id) : _channel = MethodChannel('fl.webview/$id') {
  _channel.setMethodCallHandler(_onMethodCall);
}