menu
ranorex_flutternative_ios package
documentation
utility/in_memory_cache.dart
InMemoryCache
setElementMap method
setElementMap method
dark_mode
light_mode
setElementMap
method
void
setElementMap
(
Map
<
int
,
RxElement
>
map
)
Implementation
void setElementMap(Map<int, RxElement> map) { elementMap = map; }
ranorex_flutternative_ios package
documentation
utility/in_memory_cache
InMemoryCache
setElementMap method
InMemoryCache class