openSyncProgressView function

Future<void> openSyncProgressView()

Implementation

Future<void> openSyncProgressView() async {
  if (Platform.isAndroid) {
    return;
  }

  return await VitalHealthPlatform.instance.openSyncProgressView();
}