stopStream method

Future<WebPresenterBlock> stopStream()

Implementation

Future<WebPresenterBlock> stopStream() =>
    sendBlock('STREAM STATE', {'Action': 'Stop'});