get stored data from sharedpreferences flutter

Issue Please, help me. I dont know what is wrong with this code: trying to get the user passcode stored in preference but geting errot this is my tried code ‘package:shared_preferences/shared_preferences.dart’; class AuthenticationPinBloc extends Bloc<AuthenticationPinEvent, AuthenticationPinState> { final PINRepository pinRepository;

Continue reading