supportsSyncWithFeatureServices property

bool supportsSyncWithFeatureServices

True if an offline map references feature services which are sync enabled, false otherwise.

Implementation

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