restoreCamera method

Future<void> restoreCamera()

restore the camera position to the previous state

Implementation

Future<void> restoreCamera() async {
  await _channel.invokeMethod('restoreCamera');
}