createPlayerWithoutAdd method

GeneralLibraryPlayerControllerBase createPlayerWithoutAdd({
  1. required String player_id,
})

Implementation

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

  return generalLibraryPlayerControllerBaseDart;
}