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