Actually I done the above task by using this:
@pragma("vm:entry-point")
Tile onTileClicked(Tile tile) {
AppLauncher.openApp(androidApplicationId: 'com.example.app');
}
Clicking on Tile launches mentioned app but it doesn't pops quickSettings panel.
how can I perform this task?
Actually I done the above task by using this:
@pragma("vm:entry-point")
Tile onTileClicked(Tile tile) {
AppLauncher.openApp(androidApplicationId: 'com.example.app');
}
Clicking on Tile launches mentioned app but it doesn't pops quickSettings panel.
how can I perform this task?