readFile method

Future<String?> readFile(
  1. String path
)

Implementation

Future<String?> readFile(String path) {
  throw UnimplementedError('readFile() has not been implemented.');
}