needBackgroundStartPermission property

String get needBackgroundStartPermission

Your phone has not granted background start permission, minimizing calls may not work properly

Implementation

String get needBackgroundStartPermission {
  return Intl.message(
    'Your phone has not granted background start permission, minimizing calls may not work properly',
    name: 'needBackgroundStartPermission',
    desc: '',
    args: [],
  );
}