main function

dynamic main()

Implementation

main() async {
  MyCsv csvObj = await CsvSpell().readFromPath("csv 경로 적어주세요");
}