supportsSyncWithFeatureServices property

bool supportsSyncWithFeatureServices

Whether an offline map references feature services which are sync enabled.

Implementation

bool get supportsSyncWithFeatureServices {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore
        .RT_OfflineMapUpdateCapabilities_getSupportsSyncWithFeatureServices(
            _handle, errorHandler);
  });
}