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 52fcc2b commit f8e4ca3Copy full SHA for f8e4ca3
flutter/lib/src/sentry_flutter.dart
@@ -238,18 +238,6 @@ mixin SentryFlutter {
238
}
239
240
241
- static DateTime? get appStatEnd {
242
- // ignore: invalid_use_of_internal_member
243
- final integrations = Sentry.currentHub.options.integrations
244
- .whereType<NativeAppStartIntegration>();
245
-
246
- if (integrations.isNotEmpty) {
247
- return integrations.first.appStartEnd;
248
- } else {
249
- return null;
250
- }
251
252
253
static void _setSdk(SentryFlutterOptions options) {
254
// overwrite sdk info with current flutter sdk
255
final sdk = SdkVersion(
0 commit comments