storeCamera method
store the camera position and state
Implementation
Future<void> storeCamera() async {
await _channel.invokeMethod('storeCamera');
}
store the camera position and state
Future<void> storeCamera() async {
await _channel.invokeMethod('storeCamera');
}