contact_apply_from method

String contact_apply_from(
  1. String user
)

Friend apply from {user}

Implementation

String contact_apply_from(String user) {
  return Intl.message(
    'Friend apply from $user',
    name: 'contact_apply_from',
    desc: '',
    args: [user],
  );
}