Skip to content

Commit

Permalink
Remove factory
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Mar 5, 2024
1 parent 8a28891 commit 2f15f03
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/web_socket/lib/src/web_socket.dart
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ class WebSocketConnectionClosed extends WebSocketException {
WebSocketConnectionClosed([super.message = 'Connection Closed']);
}

typedef WebSocketConnector = Future<WebSocket> Function(Uri url,
{Iterable<String>? protocols});

/// The interface for WebSocket connections.
///
/// ```dart
Expand Down

0 comments on commit 2f15f03

Please sign in to comment.