This is my code for open the whatsApp .
void openWhatsApp() async {
try {
final Uri url = Uri.parse("/");
final intent = AndroidIntent(
action: 'android.intent.action.VIEW',
data: url.toString(),
package: 'com.whatsapp',
);
await intent.launch();
} catch (e) {
print("Error opening WhatsApp group: $e");
}
}
Now i want to open directly profile section with the selected image . Same like "WhatsApp cropping" app. .whatscropping&hl=en_IN