contact_some_accept_your_apply method

String contact_some_accept_your_apply(
  1. String user
)

{user} accepted your apply

Implementation

String contact_some_accept_your_apply(String user) {
  return Intl.message(
    '$user accepted your apply',
    name: 'contact_some_accept_your_apply',
    desc: '',
    args: [user],
  );
}