[Dart] Dart Function 01 May 2020 in Devlog on Dart, Devlog, Functionvoid main() { var test = "test"; print('test = $test'); } Continue reading