@override void onPlayerError(String error) { value = value.copyWith( isLoading: false, error: TPStreamsError(null, error), ); }