LenraApp constructor

const LenraApp({
  1. Key? key,
  2. required Widget child,
  3. required LenraOauth2Controller oauth2Controller,
})

Implementation

const LenraApp(
    {super.key, required super.child, required this.oauth2Controller});