Skip to content

Commit

Permalink
remove unused getter
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Sep 9, 2024
1 parent 52fcc2b commit f8e4ca3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions flutter/lib/src/sentry_flutter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -238,18 +238,6 @@ mixin SentryFlutter {
}
}

static DateTime? get appStatEnd {
// ignore: invalid_use_of_internal_member
final integrations = Sentry.currentHub.options.integrations
.whereType<NativeAppStartIntegration>();

if (integrations.isNotEmpty) {
return integrations.first.appStartEnd;
} else {
return null;
}
}

static void _setSdk(SentryFlutterOptions options) {
// overwrite sdk info with current flutter sdk
final sdk = SdkVersion(
Expand Down

0 comments on commit f8e4ca3

Please sign in to comment.