Future<void> Set_ESIGN_DOC_ID(String docID) async{ SharedPreferences prefs = await SharedPreferences.getInstance(); prefs.setString(DOC_ID_ESIGN_KEY,docID); print("Your DOC ID is :"+docID); }