stopInput method

  1. @override
Future<void> stopInput()
override

Stops input metering.

Implementation

@override
Future<void> stopInput() {
  return methodChannel.invokeMethod<void>('stopInput');
}