withCampaignDestroyCallback method

void withCampaignDestroyCallback(
  1. dynamic callback(
    1. String
    )
)

Implementation

void withCampaignDestroyCallback(Function(String) callback) {
  throw UnimplementedError('withCampaignDestroyCallback() has not been implemented.');
}