setTrackSelection method

Future<bool> setTrackSelection(
  1. int playerId,
  2. Track track
)

Sets the selected track.

Implementation

Future<bool> setTrackSelection(int playerId, Track track) {
  throw UnimplementedError('setTrackSelection() has not been implemented.');
}