GeneralSyncError constructor

  1. @Deprecated("GeneralSyncError constructor is deprecated and will be removed in the future")
GeneralSyncError(
  1. String message,
  2. SyncErrorCategory category,
  3. int code, {
  4. String? detailedMessage,
})

Implementation

@Deprecated("GeneralSyncError constructor is deprecated and will be removed in the future")
GeneralSyncError(
  String message,
  SyncErrorCategory category,
  int code, {
  String? detailedMessage,
}) : super(message, category, code, detailedMessage: detailedMessage);