FlutterLoggerViewer constructor

const FlutterLoggerViewer({
  1. Key? key,
  2. required String logTag,
})

Page with all logs for a specific tag

Implementation

const FlutterLoggerViewer({
  super.key,
  required this.logTag,
});