startLocalPlayback method

void startLocalPlayback(
  1. String roomID,
  2. String sessionID,
  3. Map<String, String> playbackConfig
)

Implementation

void startLocalPlayback(
    String roomID, String sessionID, Map<String, String> playbackConfig) {
  throw UnimplementedError('startLocalPlayback() has not been implemented.');
}