You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code in Player_buttons is not working return _playPauseButton(playerState); and this is the error that I'm currently getting with the code:The argument type 'PlayerState?' can't be assigned to the parameter type 'PlayerState'.#5
Open
travisdang36 opened this issue
Jul 12, 2022
· 0 comments
The following code in Player_buttons is not working return _playPauseButton(playerState); and this is the error that I'm currently getting with the code:The argument type 'PlayerState?' can't be assigned to the parameter type 'PlayerState'.
The following code in Player_buttons is not working
return _playPauseButton(playerState);
and this is the error that I'm currently getting with the code:The argument type 'PlayerState?' can't be assigned to the parameter type 'PlayerState'.
Code segment:
Originally posted by @travisdang36 in #4 (comment)
The text was updated successfully, but these errors were encountered: