hideApp method
Hide the app entirely (returns to previously active app).
Implementation
Future<void> hideApp() async {
await send<void>('hideApp');
}
Hide the app entirely (returns to previously active app).
Future<void> hideApp() async {
await send<void>('hideApp');
}