installGoogleFit method

Future<void> installGoogleFit()

Implementation

Future<void> installGoogleFit() async {
  await launchUrl(
    Uri.parse("market://details?id=$googleFit"),
    mode: LaunchMode.externalApplication,
  );
}