FileReadMode typedef

  1. @Deprecated('We will remove reading source content')
FileReadMode = String Function(String s)

A function that can translate the contents of files on disk as they are read. This is now obsolete, but supported the ability of server to deal with clients that convert all text to an internal format.

Implementation

@Deprecated('We will remove reading source content')
typedef FileReadMode = String Function(String s);