loadSourceConfig method
- SourceConfig sourceConfig
Starts a new playback session with a Source that is created based on the provided SourceConfig.
Implementation
@override
Future<void> loadSourceConfig(SourceConfig sourceConfig) async =>
_playerPlatformInterface.loadSourceConfig(sourceConfig);