startDecode method

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

start decode

Implementation

@override
Future<void> startDecode() async {
  await methodChannel.invokeMethod('startDecode');
}