router_host_not_found property

String get router_host_not_found

Host is not trusted. This could occur because you have not configured a custom domain. Add a custom domain to your project first and try again

Implementation

String get router_host_not_found {
  return Intl.message(
    'Host is not trusted. This could occur because you have not configured a custom domain. Add a custom domain to your project first and try again',
    name: 'router_host_not_found',
    desc: '',
    args: [],
  );
}