menu
agus_maps_flutter package
documentation
mwm_storage.dart
MwmStorage
getAll method
getAll method
dark_mode
light_mode
getAll
method
List
<
MwmMetadata
>
getAll
(
)
Get all stored metadata.
Implementation
List<MwmMetadata> getAll() => List.unmodifiable(_cache);
agus_maps_flutter package
documentation
mwm_storage
MwmStorage
getAll method
MwmStorage class