Retrieves the current playback position.
Returns null if not implemented or an error occurs.
null
Future<double?> currentPosition() async { throw UnimplementedError('currentPosition failed.'); }