showSignificantUpdateAcknowledgment method
Shows Apple's system acknowledgment sheet for a significant app update (iOS 26.4+).
Throws UnsupportedPlatformException on Android and on iOS below 26.4.
Implementation
Future<void> showSignificantUpdateAcknowledgment({
required String updateDescription,
}) {
throw UnimplementedError(
'showSignificantUpdateAcknowledgment() has not been implemented.',
);
}