createPlayerWithoutAdd method
Implementation
GeneralLibraryPlayerControllerBase createPlayerWithoutAdd(
{required String player_id}) {
GeneralLibraryPlayerControllerBase generalLibraryPlayerControllerBaseDart =
GeneralLibraryPlayerControllerBase(
player_id: player_id,
);
return generalLibraryPlayerControllerBaseDart;
}