Don’t leave any function without it’s return type in Dart
May 26, 2021 · 2 min read · Many times happens that you write a function or method in class without specifying the return type. This may have serious consequences on your programme. So, let's see that. Consequences Because as you don’t give any return type to the function, then...
Join discussion
