FlutterInAppDebuggerView constructor

FlutterInAppDebuggerView({
  1. Widget? child,
  2. String? hostRemoteServer,
})

Implementation

FlutterInAppDebuggerView({
  this.child,
  this.hostRemoteServer,
}) : super(key: FlutterInAppDebuggerView.globalKey);