Flutter: type 'Future<bool?>' is not a subtype of type 'FutureOr<bool>' in type cast
I'm new on the Flutter & working on the integration of POS printing machine in flutter & using the pos_printer_manager package. It shows an error in the catch part of this package i.e. type 'Future<bool?>' is not a subtype of…