💻 Get Business Profile
Get your business profile details
await whatsapp.getBusinessProfile(
scope: [
"email",
"profile_picture_url"
],
); // for limited records
await whatsapp.getBusinessProfile(); // for all information
param | type | required | description |
---|---|---|---|
scope | List<String> | no | List of Scopes |
Default will return all information.