startDecode method

Future<void> startDecode()

Implementation

Future<void> startDecode() async {
  return _channel.invokeMethod('startDecode');
}