play method

Future<void> play()

Implementation

Future<void> play() =>
    js_util.promiseToFuture(js_util.callMethod(this, 'play', []));