Skip to content

Commit

Permalink
feat: Refactor to work with flutter web
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Sep 1, 2023
1 parent c0ea7e3 commit 71a99f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/platform/web/iris_event_web.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class IrisEventWeb implements IrisEvent {
js.IrisEventHandlerHandle? _irisEventHandlerJS;

void initialize() {
final irisCEventHandlerJS = allowInterop(_onEventFromJS);
final irisCEventHandlerJS = allowInterop(_onEventFromJS);

_irisEventHandlerJS = js.CreateIrisEventHandler(irisCEventHandlerJS);
js.SetIrisRtcEngineEventHandler(
Expand Down

0 comments on commit 71a99f5

Please sign in to comment.