GeneralLibraryPlayerControllerBase constructor

GeneralLibraryPlayerControllerBase({
  1. required String player_id,
})

Implementation

GeneralLibraryPlayerControllerBase({
  required this.player_id,
});