function_not_found property

String get function_not_found

Function with the requested ID could not be found

Implementation

String get function_not_found {
  return Intl.message(
    'Function with the requested ID could not be found',
    name: 'function_not_found',
    desc: '',
    args: [],
  );
}