storeCamera method

Future<void> storeCamera()

store the camera position and state

Implementation

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