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