Future<void> setContactNo(String apiMobileNumber) async { await SessionManagerMethods.setString(contactNo, apiMobileNumber); }