readFile function

String readFile(
  1. String path
)

Implementation

String readFile(String path) => File(path).readAsStringSync();