label_logout property

String get label_logout

Logout

Implementation

String get label_logout {
  return Intl.message(
    'Logout',
    name: 'label_logout',
    desc: '',
    args: [],
  );
}