configureAudio method

Future<WebPresenterBlock> configureAudio(
  1. Map<String, Object?> settings
)

Implementation

Future<WebPresenterBlock> configureAudio(Map<String, Object?> settings) =>
    sendBlock('AUDIO SETTINGS', settings);