setPitch method

Future<void> setPitch(
  1. double pitch
)

Implementation

Future<void> setPitch(double pitch) {
  throw UnimplementedError("setPitch() has not been implemented.");
}