stopCampaign method

Future<void> stopCampaign()

Implementation

Future<void> stopCampaign() {
  return YoHePlatform.instance.stopCampaign();
}