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