from where i can see my print method in flutter code example Example: flutter print void main() { var test = "test"; print('test = $test'); }