readFile method

String readFile(
  1. String filePath
)

Implementation

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