start abstract method

Future<void> start()

Begin playback. On web this resumes the AudioContext, so call it from a user gesture (e.g. a Play button) to satisfy autoplay policy.

Implementation

Future<void> start();