syncAppsListData static method

Future syncAppsListData()

Implementation

static Future syncAppsListData() async {
  try {
    await _platform.invokeListMethod('syncAppsListData');
  } on PlatformException catch (e) {
    print("Error on stop periodic sync ${e.message}");
  }
}