AppNotBind property

String get AppNotBind

Not bound

Implementation

String get AppNotBind {
  return Intl.message(
    'Not bound',
    name: 'AppNotBind',
    desc: '',
    args: [],
  );
}