LenraApp constructor
const
LenraApp({
- Key? key,
- required Widget child,
- required LenraOauth2Controller oauth2Controller,
Implementation
const LenraApp(
{super.key, required super.child, required this.oauth2Controller});