save Serial no
Future<bool> saveSerialNo(String serialNo) async { return (await _prefs).setString(_keyReaderId, serialNo); }