VideoPlayerSource.asset constructor

VideoPlayerSource.asset(
  1. String? assetPath
)

Implementation

VideoPlayerSource.asset(this.assetPath)
    : url = null,
      file = null;