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 6b2df75 commit 09c1e9dCopy full SHA for 09c1e9d
android/src/test/java/com/instabug/flutter/util/MockReflected.java
@@ -21,6 +21,11 @@ public class MockReflected {
21
*/
22
public static void reportScreenChange(Bitmap screenshot, String name) {}
23
24
+ /**
25
+ * Instabug.reportCurrentViewChange
26
+ */
27
+ public static void reportCurrentViewChange(String name) {}
28
+
29
/**
30
* Instabug.setCustomBrandingImage
31
0 commit comments