changeOrganizationConfirmation property

  1. @override
String get changeOrganizationConfirmation
override

No description provided for @changeOrganizationConfirmation.

In en, this message translates to: 'Changing the default organisation will log you out\n\nand will be applied only when you log back in.'

Implementation

@override
String get changeOrganizationConfirmation =>
    'Changing the default organisation will log you out\n\nand will be applied only when you log back in.';