menu
apps_utils package
documentation
apps_utils_platform_interface.dart
AppsUtilsPlatform
openSystemApp abstract method
openSystemApp abstract method
dark_mode
light_mode
openSystemApp
abstract method
Future
<
void
>
openSystemApp
(
String
appName
)
Open a specific system application.
Implementation
Future<void> openSystemApp(String appName);
apps_utils package
documentation
apps_utils_platform_interface
AppsUtilsPlatform
openSystemApp abstract method
AppsUtilsPlatform class