setSource method

  1. @override
Future<void> setSource(
  1. String path,
  2. String id
)
override

Sets the source of the player.

Implementation

@override
Future<void> setSource(String path, String id) async {
  return await _call('setSource', {"path": path}, id);
}