main function

void main()

Implementation

void main() => runApp(
     MaterialApp(
      initialRoute: '/prefcenter',
      routes: {
        '/': (context) => const ConsentFormScreen("2901","parvesh@appvintech.com"),
        '/prefcenter': (context) => const SubjectIdentityLoginScreen(cid: "29",pfid: "3",sVal: "parvesh@appvintech.com"),
      },
       debugShowCheckedModeBanner: false,
    )

    // const MaterialApp(home: SubjectIdentityLoginScreen(cid: "29",pfid: "3",),debugShowCheckedModeBanner: false,)
        // sourceId(ref, sid)
);