videoPlatformStateToJson function

String? videoPlatformStateToJson(
  1. VideoPlatformState videoPlatformState
)

Implementation

String? videoPlatformStateToJson(enums.VideoPlatformState videoPlatformState) {
  return videoPlatformState.value;
}