ignoreFile function

FileResponse ignoreFile(
  1. dynamic input
)

Implementation

FileResponse ignoreFile(dynamic input) {
  throw UnimplementedError();
}