releaseCamera method

Future releaseCamera()

Implementation

Future releaseCamera() async {
  await _channel.invokeMethod('release');
}