GoToDevToolsButton constructor

const GoToDevToolsButton(
  1. void launchUrl(
    1. Uri url
    ), {
  2. Key? key,
})

Implementation

const GoToDevToolsButton(
  this.launchUrl, {
  super.key,
});