show method

Future<String?> show()

Implementation

Future<String?> show() {
  return const MagicSdk().showInterstitial(
    tagId: placementID,
    adObjectId: objectID,
  );
}