menu
mapsindoors_platform_interface package
documentation
platform_library.dart
MPDisplayRule
getLabel method
getLabel method
dark_mode
light_mode
getLabel
method
Future
<
String
?
>
getLabel
(
)
Get the label string
Implementation
Future<String?> getLabel() => DisplayRulePlatform.instance.getLabel(id);
mapsindoors_platform_interface package
documentation
platform_library
MPDisplayRule
getLabel method
MPDisplayRule class