Skip to content

Commit 5ce77b1

Browse files
fix: Remove unnecessary import of backoff.dart from sse_client_html
- Remove redundant import since Backoff is now available through public export - Resolves dart analyzer unnecessary_import warning - Completes the fix for exporting Backoff publicly Co-Authored-By: [email protected] <[email protected]>
1 parent aaab0cb commit 5ce77b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/event_source_client/lib/src/sse_client_html.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import 'dart:math' as math;
55

66
import '../launchdarkly_event_source_client.dart';
77

8-
import 'backoff.dart';
98
import 'events.dart' as ld_message_event;
109

1110
/// An [SSEClient] that uses the [web.EventSource] available on most browsers for web platform support.

0 commit comments

Comments
 (0)