0

The function 'print' isn't defined. Try importing the library that defines 'print', correcting the name to the name of an existing function, or defining a function named 'print'.

Zohair Ahmed
  • 25
  • 1
  • 3

1 Answers1

0

Dart is case sensitive you will get this kind of error as a result of the wrong use of the case Check if you use Capital letters for the 'print' statement like "Print")

Ado Dixn
  • 3
  • 1