switchContentUrl method

Future<void> switchContentUrl(
  1. String playerId,
  2. String url
)

Implementation

Future<void> switchContentUrl(String playerId, String url) {
  throw UnimplementedError('switchContentUrl() has not been implemented.');
}