Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hawk23 committed Nov 26, 2024
1 parent 882fd51 commit 1cf497c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/platform/player_view_platform_method_channel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class PlayerViewPlatformMethodChannel extends PlayerViewPlatformInterface {
// TODO(mario): Method channels are created only once `_onPlatformViewCreated`
// is called. Calls to `_invokeMethod` that happen before that lead to an
// error. This race condition can be fixed the same way as for
// PlayerPlatformMethodChannel` by using an `_initializationResult`.
// `PlayerPlatformMethodChannel` by using an `_initializationResult`.
void _onPlatformViewCreated(int id) {
_methodChannel = ChannelManager.registerMethodChannel(
name: '${Channels.playerView}-$id',
Expand Down

0 comments on commit 1cf497c

Please sign in to comment.