restoreCamera method
restore the camera position to the previous state
Implementation
Future<void> restoreCamera() async {
  await _channel.invokeMethod('restoreCamera');
}
restore the camera position to the previous state
Future<void> restoreCamera() async {
  await _channel.invokeMethod('restoreCamera');
}