We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a62e2a commit 79440e2Copy full SHA for 79440e2
lib/src/modules/instabug.dart
@@ -202,14 +202,6 @@ class Instabug {
202
ScreenNameMasker.I.setMaskingCallback(callback);
203
}
204
205
- /// Sets a [callback] to be called wehenever a screen name is captured to mask
206
- /// sensitive information in the screen name.
207
- static void setScreenNameMaskingCallback(
208
- ScreenNameMaskingCallback? callback,
209
- ) {
210
- ScreenNameMasker.I.setMaskingCallback(callback);
211
- }
212
-
213
/// Shows the welcome message in a specific mode.
214
/// [welcomeMessageMode] is an enum to set the welcome message mode to live, or beta.
215
static Future<void> showWelcomeMessageWithMode(
0 commit comments