resumeVideo method

Future<String?> resumeVideo()

Implementation

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