The return type 'Null' isn't a 'Future<Message>', as required by the closure's context – Flutter
i am using Mockitou package to Test my MessageBloc and the logic of my Message application in Flutter but i have common issue in all my tests mentioned in the title (The return type 'Null' isn't a 'Future<Message>', as required…