Skip to content

Commit 33bee16

Browse files
chore: improve the documentation of the mapping API
1 parent a3416a7 commit 33bee16

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/src/modules/instabug.dart

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,11 @@ class Instabug {
413413
return _host.setCustomBrandingImage(lightKey.name, darkKey.name);
414414
}
415415

416-
/// This API has to be call when using custom app rating prompt
416+
/// Allows detection of app review sessions which are submitted through custom prompts.
417+
///
418+
/// Use this when utilizing a custom app rating prompt. It should be called
419+
/// once the user clicks on the Call to Action (CTA) that redirects them to the app store.
420+
/// Helps track session data for insights on user interactions during review submission.
417421
static Future<void> willRedirectToStore() async {
418422
return _host.willRedirectToStore();
419423
}

0 commit comments

Comments
 (0)