strVideoNetEr property

String get strVideoNetEr

The network has been disconnected and the call is over!

Implementation

String get strVideoNetEr {
  return Intl.message(
    'The network has been disconnected and the call is over!',
    name: 'strVideoNetEr',
    desc: '',
    args: [],
  );
}