TaVideoSource.asset constructor

TaVideoSource.asset(
  1. String path
)

Implementation

factory TaVideoSource.asset(String path) {
  return TaVideoSource._(url: path, type: TaVideoSourceType.asset);
}