error property
The error message of the player. It's null before an error occurs.
Implementation
final error = ValueNotifier<String?>(null);
The error message of the player. It's null before an error occurs.
final error = ValueNotifier<String?>(null);