Reads the contents of a file as a string.
@override Future<String?> readFile(String path) async { return await methodChannel.invokeMethod('readFile', {'path': path}); }