flutter-notes-app
flutter-notes-app copied to clipboard
use return Keyword / arrow Function
info: This function has a return type of 'Future', but doesn't end with a return statement. (missing_return at [notes] lib/services/database.dart).
Beacuse transaction.rawInsert() Not use Return Keyword / arrow function so id always store null.