menu
desktop_updater package
documentation
desktop_updater_platform_interface.dart
DesktopUpdaterPlatform
sayHello method
sayHello method
dark_mode
light_mode
sayHello
method
Future
<
String
?
>
sayHello
(
)
Implementation
Future<String?> sayHello() { throw UnimplementedError("sayHello() has not been implemented."); }
desktop_updater package
documentation
desktop_updater_platform_interface
DesktopUpdaterPlatform
sayHello method
DesktopUpdaterPlatform class