resumeCamera method

Future resumeCamera()

Implementation

Future resumeCamera() async {
  await _channel.invokeMethod('resume');
}