HaloVideoPlayerDataSource class
Video player data source
Constructors
-
HaloVideoPlayerDataSource({required String source, bool isNetwork = false, bool isAsset = false, Map<
String, String> ? httpHeaders}) -
const
- HaloVideoPlayerDataSource.asset(String path)
-
factory
- HaloVideoPlayerDataSource.file(String path)
-
factory
-
HaloVideoPlayerDataSource.network(String url, {Map<
String, String> ? httpHeaders}) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited