id property
The id of the player. It should be unique and never change again after the player is initialized, or null otherwise.
Implementation
final id = ValueNotifier<int?>(null);
The id of the player. It should be unique and never change again after the player is initialized, or null otherwise.
final id = ValueNotifier<int?>(null);