turnZero method

Future<void> turnZero()

Implementation

Future<void> turnZero() async {
  await _channel.invokeMethod('turnZero');
}