getCampaignId method

Future<String?> getCampaignId()

Implementation

Future<String?>  getCampaignId() async {
  throw UnimplementedError('platformVersion() has not been implemented.');
}