readAsFile method

File? readAsFile(
  1. String path
)

Implementation

File? readAsFile(String path) {
  assert(false, '不支持客户端');
  return null;
}