build method
Implementation
@override
Widget build(BuildContext context) {
return ChangeNotifierProvider.value(
value: this,
child: const _Log(),
);
}
@override
Widget build(BuildContext context) {
return ChangeNotifierProvider.value(
value: this,
child: const _Log(),
);
}