resume abstract method

Future<void> resume()

Resumes the paused audio playback.

This method sends a request to the platform to resume audio playback from the position where it was paused.

Implementation

Future<void> resume();