ForceExitOtherLogin property

String get ForceExitOtherLogin

Logged in from another terminal!

Implementation

String get ForceExitOtherLogin {
  return Intl.message(
    'Logged in from another terminal!',
    name: 'ForceExitOtherLogin',
    desc: '',
    args: [],
  );
}