launchHuaweiAppGallery method

Future<bool> launchHuaweiAppGallery()

Implementation

Future<bool> launchHuaweiAppGallery() {
  return DeviceApps.openApp(
    AbstractAppStore(ApplicationAppStore.huaweiAppGallery).packageName,
  );
}