menu
dynamic_icon_changer package
documentation
dynamic_icon_changer_platform_interface.dart
DynamicIconChangerPlatform
getIcon method
getIcon method
dark_mode
light_mode
getIcon
method
Future
<
String
?
>
getIcon
(
)
Implementation
Future<String?> getIcon() { throw UnimplementedError('getIcon() has not been implemented.'); }
dynamic_icon_changer package
documentation
dynamic_icon_changer_platform_interface
DynamicIconChangerPlatform
getIcon method
DynamicIconChangerPlatform class