Skip to content

Commit

Permalink
replacer Completer dynamic type with void
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Apr 19, 2023
1 parent f318749 commit 77861f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/services/realtime_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class RealtimeService extends BaseService {
Future<void> _connect() {
_disconnect();

final completer = Completer<dynamic>();
final completer = Completer<void>();

final url = client.buildUrl("/api/realtime").toString();

Expand Down

0 comments on commit 77861f1

Please sign in to comment.