setAppStoreReleaseNotes abstract method
Creates or updates localized App Store "What's New" text.
Implementation
Future<void> setAppStoreReleaseNotes({
required String appStoreVersionId,
required String locale,
required String whatsNew,
});
Creates or updates localized App Store "What's New" text.
Future<void> setAppStoreReleaseNotes({
required String appStoreVersionId,
required String locale,
required String whatsNew,
});