Mastering Flutter Authentication with Strapi CMS: A Step-by-Step Guide

Hi there, i followed along, but i am running into an error

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Null check operator used on a null value

which is for this line of code

List<User> users = (await ApiService().getUsers())!;

can’t seem to find a solution/fix to correct this.

any help would be much appreciated