Skip to content

Commit 79440e2

Browse files
fix: test cases
1 parent 9a62e2a commit 79440e2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/src/modules/instabug.dart

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -202,14 +202,6 @@ class Instabug {
202202
ScreenNameMasker.I.setMaskingCallback(callback);
203203
}
204204

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-
213205
/// Shows the welcome message in a specific mode.
214206
/// [welcomeMessageMode] is an enum to set the welcome message mode to live, or beta.
215207
static Future<void> showWelcomeMessageWithMode(

0 commit comments

Comments
 (0)