setPitch method

FutureOr<void> setPitch(
  1. double pitch
)

Implementation

FutureOr<void> setPitch(double pitch) {
  throw UnimplementedError(
    '[PlatformPlayer.pitch] is not implemented.',
  );
}