setPitch method

  1. @override
Future<void> setPitch(
  1. double pitch
)
override

Implementation

@override
Future<void> setPitch(double pitch) async {
  return await player.setPitch(pitch);
}