I have tried many condition for the Null check Operator but I couldn't find any solution regarding the Null check Operator.
I want to Insert the data onto Sqlite Database that i have Created Named "LocalDatabase". When i Click Login Button then I want to push data from one screen to another with the help of the database.
Please, Give me the Solution that How can i Transfer the data from one Screen to another using Sqlite database. and How can i Remove the null check Operator Error.

Working solution
So, the instructions after your
if statementis executedwhenever localdb is null or notThe easist way to go about this is simply adding these instruction inside a
elsebloc.Just like so