flutter-notes-app icon indicating copy to clipboard operation
flutter-notes-app copied to clipboard

use return Keyword / arrow Function

Open j-j-gajjar opened this issue 4 years ago • 0 comments

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.

j-j-gajjar avatar Oct 28 '20 05:10 j-j-gajjar