Skip to content

Commit 0dbc294

Browse files
committed
fix dartdoc issue
1 parent da3c78d commit 0dbc294

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flutter/lib/src/sentry_flutter_options.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ import 'package:flutter/widgets.dart';
77
import 'binding_wrapper.dart';
88
import 'renderer/renderer.dart';
99
import 'screenshot/sentry_screenshot_quality.dart';
10+
import 'event_processor/screenshot_event_processor.dart';
1011

11-
/// This class adds options which are only availble in a Flutter environment.
12+
/// This class adds options which are only available in a Flutter environment.
1213
/// Note that some of these options require native Sentry integration, which is
1314
/// not available on all platforms.
1415
class SentryFlutterOptions extends SentryOptions {

0 commit comments

Comments
 (0)