Skip to main content

JoinOrganisationAfterAuth constructor

const JoinOrganisationAfterAuth({Key? key, required String orgId})

Implementation

const JoinOrganisationAfterAuth({Key? key, required this.orgId})
: super(key: key);