playPath method
Implementation
Future<void> playPath(String path,
{List<FetchResourceModel> fetchResources = const []}) {
return play(source: path,
playMethod: 'playPath',
playArg: 'path',
fetchResources: fetchResources);
}
Future<void> playPath(String path,
{List<FetchResourceModel> fetchResources = const []}) {
return play(source: path,
playMethod: 'playPath',
playArg: 'path',
fetchResources: fetchResources);
}