validateCallback function

void validateCallback(
  1. ProgressCallback? callback
)

Implementation

void validateCallback(ProgressCallback? callback) {
  // In Dart, we don't need to validate if it's callable since the type system ensures it
  // This function is kept for API compatibility but doesn't do anything
}