buildConfig method
An optional settings panel, toggled by the tune icon in the console app
bar while this plugin is active. Return null (the default) if the
plugin has nothing to configure.
Implementation
@override
Widget? buildConfig(BuildContext context) => const NetworkMockPanel();