mysql.dart
mysql.dart copied to clipboard
HELP. How to check if there is data within result
How do I use an if statement in dart to check whether if there is no data within the results? Please help thank you very much.
You can check numOfRows
I will add some more suitable method later