contentComplete method
Signals to the SDK that the content has completed.
Implementation
Future<void> contentComplete() {
return platform.contentComplete();
}
Signals to the SDK that the content has completed.
Future<void> contentComplete() {
return platform.contentComplete();
}