serviceState property

ValueNotifier<ServicePlayState> serviceState
getter/setter pair

视频链接获取状态

Implementation

ValueNotifier<ServicePlayState> serviceState = ValueNotifier(ServicePlayState.loading);