contentComplete method

Future<void> contentComplete()

Signals to the SDK that the content has completed.

Implementation

Future<void> contentComplete() {
  return platform.contentComplete();
}