getCampaignId method
void
getCampaignId()
Implementation
void getCampaignId() async{
try {
final int result = await instance.invokeMethod('getCampaignId');
campaignId = result;
} on PlatformException catch (e) {
//campaignId = "Failed to Invoke: getCampaignId'${e.message}'.";
}
}