String whatsAppUrl({required String phone, required String message}) => 'https://wa.me/$phone/?text=${Uri.parse(message)}';