setPitch method

Future setPitch(
  1. double pitch
)

Future which invokes the platform specific method for setPitch 1.0 is default and ranges from .5 to 2.0

Implementation

Future<dynamic> setPitch(double pitch) async =>
    await _channel.invokeMethod('setPitch', pitch);