Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tadaspetra committed Sep 22, 2021
1 parent 6044c52 commit b601df0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/src/agora_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ class AgoraClient {

await enabledPermission.request();

_sessionController
.createEvents(agoraEventHandlers ?? AgoraEventHandlers());
_sessionController.createEvents(agoraEventHandlers ?? AgoraEventHandlers());

if (agoraChannelData != null) {
_sessionController.setChannelProperties(agoraChannelData!);
Expand Down

0 comments on commit b601df0

Please sign in to comment.