storeCamera method

Future<void> storeCamera()

store the camera position and state

Implementation

Future<void> storeCamera() async {
  await _methodChannel.invokeMethod('storeCamera');
}