Skip to content

Commit dbee490

Browse files
feat: remove builder
1 parent fe4786e commit dbee490

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ void main() {
5858
};
5959

6060
BugReporting.setProactiveReportingConfigurations(
61-
const ProactiveReportingConfigs());
61+
const ProactiveReportingConfigs());
6262

6363
runApp(const MyApp());
6464
},

lib/src/models/proactive_reporting_config.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
class ProactiveReportingConfigs {
32
final int gapBetweenModals; // Time in seconds
43
final int modalDelayAfterDetection; // Time in seconds

0 commit comments

Comments
 (0)