Skip to content

Commit f8e4ca3

Browse files
committed
remove unused getter
1 parent 52fcc2b commit f8e4ca3

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

flutter/lib/src/sentry_flutter.dart

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -238,18 +238,6 @@ mixin SentryFlutter {
238238
}
239239
}
240240

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-
253241
static void _setSdk(SentryFlutterOptions options) {
254242
// overwrite sdk info with current flutter sdk
255243
final sdk = SdkVersion(

0 commit comments

Comments
 (0)