launchGooglePlay method

Future<bool> launchGooglePlay()

Implementation

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