Skip to content

Commit 38d0ea5

Browse files
committed
remove unused variable
1 parent d3d87c0 commit 38d0ea5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flutter/lib/src/sentry_flutter.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ mixin SentryFlutter {
275275
static SentryNativeBinding? _native;
276276

277277
static Future<void> nativeCrash() {
278-
const _channel = MethodChannel('example.flutter.sentry.io');
279278
if (_native == null) {
280279
_logNativeIntegrationNotAvailable("nativeCrash");
281280
return Future<void>.value();

0 commit comments

Comments
 (0)